|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.user.sessionUserFacade
public class sessionUserFacade
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
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 |
setValue([any property], [any propertyValue])
|
Methods inherited from class mura.cfobject |
---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, initTracePoint, injectMethod, invokeMethod, removeValue, valueExists
|
Methods inherited from class railo-context.Component |
---|
|
Constructor Detail |
---|
public init()
Method Detail |
---|
public any getFullName()
public any getUserBean()
public any getValue([any property])
getValue
in class
cfobject
property
public boolean hasSession()
public boolean isAdminUser()
public boolean isInGroup([any group], [any isPublic])
group
isPublic
- optionalpublic boolean isLoggedIn()
public boolean isPassedLockdown()
public boolean isPrivateUser()
public boolean isSuperUser()
public any logout()
public any OnMissingMethod(string MissingMethodName, struct MissingMethodArguments)
MissingMethodName
- The name of the missing method.MissingMethodArguments
public any setValue([any property], [any propertyValue])
setValue
in class
cfobject
property
propertyValue
|
Mura CMS 6.1 | ||||
FRAMES |