| CASClient {ows4R} | R Documentation |
CASClient
Description
CASClient
CASClient
Format
R6Class object.
Value
Object of R6Class with methods for interfacing a Central Authentication Service (CAS).
Methods
Public methods
Method new()
Initializes an object of class CASClient
Usage
CASClient$new(url)
Arguments
urlbase URL of the Central Authentication Service (CAS)
Method getUrl()
Get CAS base URL
Usage
CASClient$getUrl()
Returns
the base URL
Method login()
Logs in the CAS
Usage
CASClient$login(user, pwd)
Arguments
useruser
pwdpassword
Returns
TRUE if logged in, FALSE otherwise
Method logout()
Logs out from the CAS
Usage
CASClient$logout()
Returns
TRUE if logged out, FALSE otherwise
Method clone()
The objects of this class are cloneable with this method.
Usage
CASClient$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
Note
Class used internally by ows4R
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
[Package ows4R version 0.4 Index]