OAuth2.Server.Session
persistent class OAuth2.Server.Session extends %OAuth2.Server.CookieSession [ Final ]
SQL Table Name: OAuth2_Server.Session
The OAuth2.Server.Session class is the default OAuth2 session maintenance class used by the OAuth2 Server configuration. The logic for this class is primarily inherited from %OAuth2.Server.CookieSession. This class cannot be extended. Custom code should extend either %OAuth2.Server.CookieSession or %OAuth2.Server.AbstractSessionParameters
parameter COOKIENAME = CSPOAuth2Session;
Inherited description: The name of the cookie used to maintain the session
Inherited Members
Inherited Properties
Inherited Methods
- %%CLASSNAMELogicalToStorage()
- %%CLASSNAMEStorageToLogical()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDeleteFinally()
- %OnDetermineClass()
- %OnOpenFinally()
- %OnSaveFinally()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
- DeleteAll()
- GetCookie()
- GetUser()
- Login()
- Logout()
- MakeCookieValue()
- SetCookie()
- Update()
- UpdateTokenGroup()
Storage
Gray indicates storage defined by superclasses.
Storage Model: Storage (OAuth2.Server.Session)
^OAuth2.Server.SessionD(ID) |
= | %%CLASSNAME
Username
Expires
Scope
AuthTime
|