Skip to main content

HSMOD.Authentication.RESTSession.Auxil.UserStatus

class HSMOD.Authentication.RESTSession.Auxil.UserStatus extends %Library.RegisteredObject

User status information object returned by the API @API.Object @API.Extensible

Property Inventory

Properties

property SessionRoles as list of %String;
@API.Property
Property methods: SessionRolesBuildValueArray(), SessionRolesCollectionToDisplay(), SessionRolesCollectionToOdbc(), SessionRolesDisplayToCollection(), SessionRolesDisplayToLogical(), SessionRolesGet(), SessionRolesGetObject(), SessionRolesGetObjectId(), SessionRolesGetSwizzled(), SessionRolesIsValid(), SessionRolesLogicalToDisplay(), SessionRolesLogicalToOdbc(), SessionRolesNormalize(), SessionRolesOdbcToCollection(), SessionRolesSet(), SessionRolesSetObject(), SessionRolesSetObjectId()
property SessionTimeout as %Integer;
@API.Property
Property methods: SessionTimeoutDisplayToLogical(), SessionTimeoutGet(), SessionTimeoutIsValid(), SessionTimeoutLogicalToDisplay(), SessionTimeoutNormalize(), SessionTimeoutSet()
property Username as %String (MAXLEN = 128);
@API.Property
Property methods: UsernameDisplayToLogical(), UsernameGet(), UsernameIsValid(), UsernameLogicalToDisplay(), UsernameLogicalToOdbc(), UsernameNormalize(), UsernameSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab