Class RestrictedAuthenticator.Factory
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.controller.authenticate.RestrictedAuthenticator.Factory
-
- All Implemented Interfaces:
Authenticator.AuthenticatorFactory
- Enclosing class:
- RestrictedAuthenticator
public static class RestrictedAuthenticator.Factory extends Object implements Authenticator.AuthenticatorFactory
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticatorgetInstance(javax.servlet.http.HttpServletRequest req)
-
-
-
Method Detail
-
getInstance
public Authenticator getInstance(javax.servlet.http.HttpServletRequest req)
- Specified by:
getInstancein interfaceAuthenticator.AuthenticatorFactory
-
-