Index
All Classes and Interfaces|All Packages
D
- DataCache - Interface in com.caplin.server.auth
- DEFAULT - Enum constant in enum class com.caplin.server.ThrottleCommand
-
Restore the throttle level to the configured default value.
- DELAYED - Static variable in class com.caplin.server.auth.AuthenticationResult
-
Use in combination with
DelayedResultReceiver.delayedCheckUserResult
orDelayedResultReceiver.delayedMapObjectResult
when the authentication result is not yet available. - delayedCheckUserResult(UserSession, AuthenticationResult) - Method in interface com.caplin.server.auth.DelayedResultReceiver
-
This method should be called when providing a delayed result from a
Authenticator.checkUser
call. - delayedCheckWriteResult(UserSession, RTTPObject, String, AuthenticationResult) - Method in interface com.caplin.server.auth.DelayedResultReceiver
-
Use to provide a delayed result for a
Authenticator.checkWrite
call. - DelayedLoginAuthenticator - Class in examples
-
A basic Authenticator that extends the AuthenticatorAdaptor and overrides the checkUser method
- DelayedLoginAuthenticator() - Constructor for class examples.DelayedLoginAuthenticator
- delayedMapObjectResult(UserSession, MapObject, AuthenticationResult) - Method in interface com.caplin.server.auth.DelayedResultReceiver
-
Use to provide a delayed result for a
Authenticator.mapObject
call. - DelayedResultReceiver - Interface in com.caplin.server.auth
-
Provides an interface that allows delayed authentication results to be passed to the Liberator.
- DELETE - Enum constant in enum class com.caplin.server.auth.PermissionUpdateType
-
The associated permission update is a delete for an existing permission key
- DENY - Static variable in class com.caplin.server.auth.AuthenticationResult
-
Use to indicate that authorisation or authentication is denied.
- discardObject(UserSession, RTTPObject) - Method in interface com.caplin.server.auth.Authenticator
-
This method will be called when a user's session is no longer subscribed to an object.
- discardObject(UserSession, RTTPObject) - Method in class com.caplin.server.auth.AuthenticatorAdaptor
- discardObject(UserSession, RTTPObject) - Method in class examples.OpenAuthenticator
- discardObject(UserSession, RTTPObject) - Method in class examples.PermissionAuthenticator
- discardObject(UserSession, RTTPObject) - Method in class examples.TieringAuthenticator
- DOWN - Enum constant in enum class com.caplin.server.ThrottleCommand
-
Decrease the throttle (this will result in more updates being sent to the client)
All Classes and Interfaces|All Packages