HS.HC.RESTBase.UIHandler.Strategy
class HS.HC.RESTBase.UIHandler.Strategy extends %pkg.isc.rest.authentication
Authentication strategy class for HS.HC.RESTBase.UIHandler. Returns basic metadata and user info to be usable with the @healthshare/auth UI library for HC/I4H UI applications.Method Inventory
Methods
classmethod GetMetadata(pDispatchClass As %Dictionary.Classname) as HS.HC.RESTBase.UIHandler.Metadata
Get the metadata needed to configure instance authentication for the UI.
Can be overridden to provide additional metadata if needed for other authentication modes.
@API.Overrideable
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- Authenticate()
- AuthenticateWithDispatch()
- CheckPermission()
- CheckPermissionWithDispatch()
- Logout()
- LogoutWithDispatch()
- UserInfo()