| Package | Description |
|---|---|
| edu.cornell.mannlib.vitro.webapp.controller.authenticate |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicAuthenticator
The "standard" implementation of Authenticator.
|
class |
RestrictedAuthenticator
A "restricted" authenticator, that will not allow logins except for root and
for users that are authorized to maintain the system.
|
| Modifier and Type | Method and Description |
|---|---|
protected Authenticator |
BaseLoginServlet.getAuthenticator(javax.servlet.http.HttpServletRequest req) |
Authenticator |
RestrictedAuthenticator.Factory.getInstance(javax.servlet.http.HttpServletRequest req) |
Authenticator |
BasicAuthenticator.Factory.getInstance(javax.servlet.http.HttpServletRequest req) |
static Authenticator |
Authenticator.getInstance(javax.servlet.http.HttpServletRequest request)
Ask the currently configured AuthenticatorFactory to give us an
Authenticator for this request.
|
Authenticator |
Authenticator.AuthenticatorFactory.getInstance(javax.servlet.http.HttpServletRequest request) |
| Constructor and Description |
|---|
RestrictedAuthenticator(javax.servlet.http.HttpServletRequest req,
Authenticator auth) |
Copyright © 2022. All rights reserved.