Uses of Class
com.caplin.server.auth.AuthenticationUser
-
Uses of AuthenticationUser in com.caplin.server.auth
Modifier and TypeMethodDescriptionAuthenticator.authoriseHTTP
(AuthenticationUser user) This method will be called when an HTTP directory access authorisation is required.AuthenticatorAdaptor.authoriseHTTP
(AuthenticationUser user) int
SessionManager.ejectSessions
(AuthenticationUser user, int numberToEject) Ejects one or more of a user's sessions.int
SessionManager.ejectSessionsByApplicationId
(AuthenticationUser user, int numberToEject, String applicationId) Ejects one or more of a user's sessions based on machine application identifier.int
SessionManager.ejectSessionsByMachineId
(AuthenticationUser user, int numberToEject, String machineId) Ejects one or more of a user's sessions based on machine identifier.void
SessionManager.invalidateSessions
(AuthenticationUser user, int numberToInvalidate, InvalidationType type) Performs invalidation of all or a number of a user's sessions. -
Uses of AuthenticationUser in examples
Modifier and TypeMethodDescriptionOpenAuthenticator.authoriseHTTP
(AuthenticationUser user) PermissionAuthenticator.authoriseHTTP
(AuthenticationUser user) TieringAuthenticator.authoriseHTTP
(AuthenticationUser user) int
PermissionAuthenticator.PermissionCheckUser
(AuthenticationUser user)