Uses of Class
com.caplin.server.auth.AuthenticationUser
-
Packages that use AuthenticationUser Package Description com.caplin.server.auth examples -
-
Uses of AuthenticationUser in com.caplin.server.auth
Methods in com.caplin.server.auth that return AuthenticationUser Modifier and Type Method Description AuthenticationUser
UserSession. getUser()
The user of this session.Methods in com.caplin.server.auth with parameters of type AuthenticationUser Modifier and Type Method Description AuthenticationResult
Authenticator. authoriseHTTP(AuthenticationUser user)
This method will be called when an HTTP directory access authorisation is required.AuthenticationResult
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, java.lang.String applicationId)
Ejects one or more of a user's sessions based on machine application identifier.int
SessionManager. ejectSessionsByMachineId(AuthenticationUser user, int numberToEject, java.lang.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
Methods in examples with parameters of type AuthenticationUser Modifier and Type Method Description AuthenticationResult
OpenAuthenticator. authoriseHTTP(AuthenticationUser user)
AuthenticationResult
PermissionAuthenticator. authoriseHTTP(AuthenticationUser user)
AuthenticationResult
TieringAuthenticator. authoriseHTTP(AuthenticationUser user)
int
PermissionAuthenticator. PermissionCheckUser(AuthenticationUser user)
-