| CASClient | R Documentation |
CASClient
CASClient
R6Class object.
Object of R6Class with methods for interfacing a Central Authentication Service (CAS).
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.
Class used internally by ows4R
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.