Index
All Classes and Interfaces|All Packages
I
- initialise(SessionManager, DelayedResultReceiver, ServerNode, String) - Method in interface com.caplin.server.auth.Authenticator
-
Called on startup of the Liberator Auth Module.
- initialise(SessionManager, DelayedResultReceiver, ServerNode, String) - Method in class com.caplin.server.auth.AuthenticatorAdaptor
- initialise(SessionManager, DelayedResultReceiver, ServerNode, String) - Method in class examples.DelayedLoginAuthenticator
- initialise(SessionManager, DelayedResultReceiver, ServerNode, String) - Method in class examples.KeyMasterAuthenticator
-
Store the sessionManager for use when checking tokens
- initialise(SessionManager, DelayedResultReceiver, ServerNode, String) - Method in class examples.OpenAuthenticator
- initialise(SessionManager, DelayedResultReceiver, ServerNode, String) - Method in class examples.PermissionAuthenticator
- initialise(SessionManager, DelayedResultReceiver, ServerNode, String) - Method in class examples.TieringAuthenticator
- INVALID_ADDR - Static variable in class com.caplin.server.auth.AuthenticationResult
-
Use when authentication is denied because the supplied ip address is deemed unacceptable.
- INVALID_PASS - Static variable in class com.caplin.server.auth.AuthenticationResult
-
Use when the supplied password is not valid and you want this information known to the client.
- INVALID_USER - Static variable in class com.caplin.server.auth.AuthenticationResult
-
Use when the supplied user name is not valid.
- invalidateAllSessions(InvalidationType) - Method in interface com.caplin.server.auth.SessionManager
-
Provides the mechanism for invalidating all connected sessions.
- invalidateObject(String, InvalidationType) - Method in interface com.caplin.server.auth.SessionManager
-
Performs invalidation of an object, affecting all users subscribed to it.
- invalidateSessions(AuthenticationUser, int, InvalidationType) - Method in interface com.caplin.server.auth.SessionManager
-
Performs invalidation of all or a number of a user's sessions.
- InvalidationType - Class in com.caplin.server.auth
-
Instances of this class are used to indicate the type of user invalidation that the Liberator should perform.
All Classes and Interfaces|All Packages