Uses of Class
edu.cornell.mannlib.vedit.beans.LoginStatusBean.AuthenticationSource
-
Packages that use LoginStatusBean.AuthenticationSource Package Description edu.cornell.mannlib.vedit.beans edu.cornell.mannlib.vitro.webapp.controller.authenticate -
-
Uses of LoginStatusBean.AuthenticationSource in edu.cornell.mannlib.vedit.beans
Methods in edu.cornell.mannlib.vedit.beans that return LoginStatusBean.AuthenticationSource Modifier and Type Method Description LoginStatusBean.AuthenticationSourceLoginStatusBean. getAuthenticationSource()static LoginStatusBean.AuthenticationSourceLoginStatusBean.AuthenticationSource. valueOf(String name)Returns the enum constant of this type with the specified name.static LoginStatusBean.AuthenticationSource[]LoginStatusBean.AuthenticationSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in edu.cornell.mannlib.vedit.beans with parameters of type LoginStatusBean.AuthenticationSource Constructor Description LoginStatusBean(String userURI, LoginStatusBean.AuthenticationSource authenticationSource) -
Uses of LoginStatusBean.AuthenticationSource in edu.cornell.mannlib.vitro.webapp.controller.authenticate
Methods in edu.cornell.mannlib.vitro.webapp.controller.authenticate with parameters of type LoginStatusBean.AuthenticationSource 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)
-