Uses of Class
edu.cornell.mannlib.vitro.webapp.controller.authenticate.Authenticator
-
Packages that use Authenticator Package Description edu.cornell.mannlib.vitro.webapp.controller.authenticate -
-
Uses of Authenticator in edu.cornell.mannlib.vitro.webapp.controller.authenticate
Subclasses of Authenticator in edu.cornell.mannlib.vitro.webapp.controller.authenticate Modifier and Type Class Description classBasicAuthenticatorThe "standard" implementation of Authenticator.classRestrictedAuthenticatorA "restricted" authenticator, that will not allow logins except for root and for users that are authorized to maintain the system.Methods in edu.cornell.mannlib.vitro.webapp.controller.authenticate that return Authenticator Modifier and Type Method Description protected AuthenticatorBaseLoginServlet. getAuthenticator(javax.servlet.http.HttpServletRequest req)AuthenticatorAuthenticator.AuthenticatorFactory. getInstance(javax.servlet.http.HttpServletRequest request)static AuthenticatorAuthenticator. getInstance(javax.servlet.http.HttpServletRequest request)Ask the currently configured AuthenticatorFactory to give us an Authenticator for this request.AuthenticatorBasicAuthenticator.Factory. getInstance(javax.servlet.http.HttpServletRequest req)AuthenticatorRestrictedAuthenticator.Factory. getInstance(javax.servlet.http.HttpServletRequest req)Constructors in edu.cornell.mannlib.vitro.webapp.controller.authenticate with parameters of type Authenticator Constructor Description RestrictedAuthenticator(javax.servlet.http.HttpServletRequest req, Authenticator auth)
-