Uses of Package
com.caplin.server.auth
-
Packages that use com.caplin.server.auth Package Description com.caplin.server.auth examples -
Classes in com.caplin.server.auth used by com.caplin.server.auth Class Description AuthenticationResult Static instances of this class are used to provide various authentication results to the Liberator.AuthenticationUser Represents a user that is connected to the Liberator and attempting to be authenticated.Authenticator Defines the interface to be implemented by a Liberator Auth Module.AuthenticatorVersion DataCache DelayedResultReceiver Provides an interface that allows delayed authentication results to be passed to the Liberator.InvalidationType Instances of this class are used to indicate the type of user invalidation that the Liberator should perform.MapObject Contains a representation of a mapped RTTP object holding the original object name and its mapped name.PermissionUpdateType Enum defining the type of update passed to the authenticator permission methods (checkPermissionUpdate() and globalPermissionUpdate).RTTPObject A representation of an RTTP Object that is present in the Liberator.ServerNode Contains information about the server and its sessions.SessionManager Provides an interface to allow management (ejection and invalidation) of connected sessions and checking of KeyMaster tokens.Subscription Allows subscriptions fromSessionManager
to be initiated and unsubscribed from.SubscriptionListener Callbacks forSessionManager
.UserSession Represents a user's session on the liberator -
Classes in com.caplin.server.auth used by examples Class Description AuthenticationResult Static instances of this class are used to provide various authentication results to the Liberator.AuthenticationUser Represents a user that is connected to the Liberator and attempting to be authenticated.Authenticator Defines the interface to be implemented by a Liberator Auth Module.AuthenticatorAdaptor A default implementation of theAuthenticator
interface.DelayedResultReceiver Provides an interface that allows delayed authentication results to be passed to the Liberator.MapObject Contains a representation of a mapped RTTP object holding the original object name and its mapped name.PermissionUpdateType Enum defining the type of update passed to the authenticator permission methods (checkPermissionUpdate() and globalPermissionUpdate).RTTPObject A representation of an RTTP Object that is present in the Liberator.ServerNode Contains information about the server and its sessions.SessionManager Provides an interface to allow management (ejection and invalidation) of connected sessions and checking of KeyMaster tokens.UserSession Represents a user's session on the liberator