Mura CMS 6.0

mura.user
Class sessionUserFacade

railo-context.Component
        extended by mura.cfobject
            extended by mura.user.sessionUserFacade

public class sessionUserFacade
extends cfobject

Constructor Summary
init()
 
Method Summary
 any getFullName()
 any getUserBean()
 any getValue([any property])
 boolean hasSession()
 boolean isInGroup([any group], [any isPublic])
 boolean isLoggedIn()
 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, removeValue, valueExists
 
Methods inherited from class railo-context.Component
 

Constructor Detail

init

public init()

Method Detail

getFullName

public any getFullName()


getUserBean

public any getUserBean()


getValue

public any getValue([any property])

Overrides:
getValue in class cfobject
Parameters:
property

hasSession

public boolean hasSession()


isInGroup

public boolean isInGroup([any group], [any isPublic])

Parameters:
group
isPublic - optional

isLoggedIn

public boolean isLoggedIn()


isPrivateUser

public boolean isPrivateUser()


isSuperUser

public boolean isSuperUser()


logout

public any logout()


OnMissingMethod

public any OnMissingMethod(string MissingMethodName, struct MissingMethodArguments)
Handles missing method exceptions.

Parameters:
MissingMethodName - The name of the missing method.
MissingMethodArguments

setValue

public any setValue([any property], [any propertyValue])

Overrides:
setValue in class cfobject
Parameters:
property
propertyValue

Mura CMS 6.0