- getApplicationId() - Method in class com.caplin.server.auth.UserSession
-
The application identifier provided by the client.
- getBuildDate() - Method in class com.caplin.server.auth.AuthenticatorVersion
-
- getBuildNumber() - Method in class com.caplin.server.auth.AuthenticatorVersion
-
- getBuildTime() - Method in class com.caplin.server.auth.AuthenticatorVersion
-
- getConnectionTime() - Method in class com.caplin.server.auth.UserSession
-
The time at which the session was connected.
- getCopyright() - Method in class com.caplin.server.auth.AuthenticatorVersion
-
- getCReturnCode() - Method in class com.caplin.server.auth.InvalidationType
-
- getCurrentSessionCount() - Method in interface com.caplin.server.auth.ServerNode
-
The current count of active sessions in the server.
- getDataCache() - Method in interface com.caplin.server.auth.ServerNode
-
Get the DataCache
, through which objects can be created and deleted in the Liberator's object cache.
- getIdentifier() - Method in interface com.caplin.server.auth.ServerNode
-
A string identifying the server node.
- getInstance() - Static method in class com.caplin.server.auth.AuthenticatorVersion
-
- getIpAddress() - Method in class com.caplin.server.auth.UserSession
-
The source ip address of the client's host.
- getMachineId() - Method in class com.caplin.server.auth.UserSession
-
The machine identifier provided by the client.
- getMappedName() - Method in class com.caplin.server.auth.MapObject
-
The newly mapped object name.
- getMaxSessionCount() - Method in interface com.caplin.server.auth.ServerNode
-
The maximum sessions supported by the server licence.
- getName() - Method in class com.caplin.server.auth.AuthenticatorVersion
-
- getName() - Method in class com.caplin.server.auth.RTTPObject
-
Get the object's name
- getOriginalName() - Method in class com.caplin.server.auth.MapObject
-
The original object name provided by the Liberator.
- getPassword() - Method in class com.caplin.server.auth.AuthenticationUser
-
The textual key string or password that has been provided by the client for
authorisation.
- getPayload() - Method in class com.caplin.server.auth.RTTPObject
-
- getSessionCount() - Method in class com.caplin.server.auth.AuthenticationUser
-
Get the number of active sessions in the Liberator for this user
- getSessionId() - Method in class com.caplin.server.auth.UserSession
-
The unique session identifier for this session.
- getTokenParameter(String) - Method in class com.caplin.server.auth.AuthenticationUser
-
Get fields from a KeyMaster token
- getType(int) - Static method in class com.caplin.server.auth.InvalidationType
-
- getType() - Method in class com.caplin.server.auth.RTTPObject
-
Get the RTTP type of this object
- getUser() - Method in class com.caplin.server.auth.UserSession
-
The user of this session.
- getUserName() - Method in class com.caplin.server.auth.AuthenticationUser
-
The user name provided by the client for authorisation
- getValue(int) - Method in class com.caplin.server.auth.RTTPObject
-
Get the current value of any field for this object.
- getVersion() - Method in class com.caplin.server.auth.AuthenticatorVersion
-
- globalPermissionUpdate(RTTPObject, String, Map<String, String>, PermissionUpdateType) - Method in interface com.caplin.server.auth.Authenticator
-
Called on every update to a global permission object to allow the Authenticator
to receive structured control messages.
- globalPermissionUpdate(RTTPObject, String, Map<String, String>, PermissionUpdateType) - Method in class com.caplin.server.auth.AuthenticatorAdaptor
-
- globalPermissionUpdate(RTTPObject, String, Map<String, String>, PermissionUpdateType) - Method in class examples.OpenAuthenticator
-
- globalPermissionUpdate(RTTPObject, String, Map<String, String>, PermissionUpdateType) - Method in class examples.PermissionAuthenticator
-
- globalPermissionUpdate(RTTPObject, String, Map<String, String>, PermissionUpdateType) - Method in class examples.TieringAuthenticator
-