Uses of Class
edu.cornell.mannlib.vitro.webapp.controller.authenticate.Authenticator.LoginNotPermitted
-
Packages that use Authenticator.LoginNotPermitted Package Description edu.cornell.mannlib.vitro.webapp.controller.authenticate -
-
Uses of Authenticator.LoginNotPermitted in edu.cornell.mannlib.vitro.webapp.controller.authenticate
Methods in edu.cornell.mannlib.vitro.webapp.controller.authenticate that throw Authenticator.LoginNotPermitted Modifier and Type Method Description abstract voidAuthenticator. recordLoginAgainstUserAccount(UserAccount userAccount, LoginStatusBean.AuthenticationSource authSource)Record that the user has logged in, with all of the housekeeping that goes with it: - update the user record - set login status and timeout limit in the session - refresh the Identifiers on the request - record the user in the session map - notify other users of the modelvoidBasicAuthenticator. recordLoginAgainstUserAccount(UserAccount userAccount, LoginStatusBean.AuthenticationSource authSource)voidRestrictedAuthenticator. recordLoginAgainstUserAccount(UserAccount userAccount, LoginStatusBean.AuthenticationSource authSource)
-