CASClient
CASClient
Object of R6Class with methods for interfacing a Central Authentication Service (CAS).
R6Class object.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
new()Initializes an object of class CASClient
CASClient$new(url)urlbase URL of the Central Authentication Service (CAS)
getUrl()Get CAS base URL
CASClient$getUrl()the base URL
login()Logs in the CAS
CASClient$login(user, pwd)useruser
pwdpassword
TRUE if logged in, FALSE otherwise
logout()Logs out from the CAS
CASClient$logout()TRUE if logged out, FALSE otherwise
clone()The objects of this class are cloneable with this method.
CASClient$clone(deep = FALSE)deepWhether to make a deep clone.