lucee.Componentmura.baseobject
mura.user.sessionUserFacade
This provides access to the current user's session
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
any
|
generateCSRFTokens([any timespan='[runtime expression]'], [any context=''])
|
any
|
get([any property])
|
any
|
getAll()
|
any
|
getAllValues()
|
any
|
getFullName()
|
any
|
getUserBean()
|
any
|
getValue([any property])
|
boolean
|
hasSession()
|
boolean
|
isAdminUser()
|
boolean
|
isInGroup([any group], [any isPublic])
|
boolean
|
isLoggedIn()
|
boolean
|
isPassedLockdown()
|
boolean
|
isPrivateUser()
|
boolean
|
isSuperUser()
|
boolean
|
isSystemUser()
|
any
|
logout()
|
any
|
OnMissingMethod(string MissingMethodName, struct MissingMethodArguments)
Handles missing method exceptions. |
any
|
renderCSRFTokens([any timespan='[runtime expression]'], [any context=''], [any format='form'])
|
any
|
set([any property], [any propertyValue])
|
any
|
setValue([any property], [any propertyValue])
|
any
|
validateCSRFTokens([any $=''], [any context=''])
|
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Method Detail |
---|
timespan
context
get
in class
baseobject
property
getValue
in class
baseobject
property
group
isPublic
Handles missing method exceptions.
MissingMethodName
MissingMethodArguments
timespan
context
format
set
in class
baseobject
property
propertyValue
setValue
in class
baseobject
property
propertyValue
$
context