Uses of Class
com.caplin.server.auth.AuthenticationUser
Packages that use AuthenticationUser
-
Uses of AuthenticationUser in com.caplin.server.auth
Methods in com.caplin.server.auth that return AuthenticationUserMethods in com.caplin.server.auth with parameters of type AuthenticationUserModifier and TypeMethodDescriptionAuthenticator.authoriseHTTP(AuthenticationUser user) This method will be called when an HTTP directory access authorisation is required.AuthenticatorAdaptor.authoriseHTTP(AuthenticationUser user) intSessionManager.ejectSessions(AuthenticationUser user, int numberToEject) Ejects one or more of a user's sessions.intSessionManager.ejectSessionsByApplicationId(AuthenticationUser user, int numberToEject, String applicationId) Ejects one or more of a user's sessions based on machine application identifier.intSessionManager.ejectSessionsByMachineId(AuthenticationUser user, int numberToEject, String machineId) Ejects one or more of a user's sessions based on machine identifier.voidSessionManager.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 AuthenticationUserModifier and TypeMethodDescriptionOpenAuthenticator.authoriseHTTP(AuthenticationUser user) PermissionAuthenticator.authoriseHTTP(AuthenticationUser user) TieringAuthenticator.authoriseHTTP(AuthenticationUser user) intPermissionAuthenticator.PermissionCheckUser(AuthenticationUser user)