A C D E F G H I K L M N O P R S T U V 

D

DataCache - Interface in com.caplin.server.auth
 
DELAYED - Static variable in class com.caplin.server.auth.AuthenticationResult
Use in combination with DelayedResultReceiver.delayedCheckUserResult or DelayedResultReceiver.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.
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
 
A C D E F G H I K L M N O P R S T U V 

Please send bug reports and comments to Caplin support