lucee.Componentmura.cfobject
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()
|
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
cfobject
property
getValue
in class
cfobject
property
group
isPublic
- optionalHandles missing method exceptions.
MissingMethodName
- The name of the missing method.MissingMethodArguments
timespan
context
format
set
in class
cfobject
property
propertyValue
setValue
in class
cfobject
property
propertyValue
$
context