|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Authentication.User | |
|---|---|
| org.eclipse.jetty.security | |
| org.eclipse.jetty.security.authentication | |
| Uses of Authentication.User in org.eclipse.jetty.security |
|---|
| Classes in org.eclipse.jetty.security that implement Authentication.User | |
|---|---|
class |
UserAuthentication
|
| Methods in org.eclipse.jetty.security with parameters of type Authentication.User | |
|---|---|
void |
SecurityHandler.logout(Authentication.User user)
|
boolean |
Authenticator.secureResponse(ServletRequest request,
ServletResponse response,
boolean mandatory,
Authentication.User validatedUser)
|
| Uses of Authentication.User in org.eclipse.jetty.security.authentication |
|---|
| Classes in org.eclipse.jetty.security.authentication that implement Authentication.User | |
|---|---|
static class |
FormAuthenticator.FormAuthentication
This Authentication represents a just completed Form authentication. |
class |
SessionAuthentication
|
| Methods in org.eclipse.jetty.security.authentication with parameters of type Authentication.User | |
|---|---|
boolean |
SpnegoAuthenticator.secureResponse(ServletRequest request,
ServletResponse response,
boolean mandatory,
Authentication.User validatedUser)
|
boolean |
FormAuthenticator.secureResponse(ServletRequest req,
ServletResponse res,
boolean mandatory,
Authentication.User validatedUser)
|
boolean |
DigestAuthenticator.secureResponse(ServletRequest req,
ServletResponse res,
boolean mandatory,
Authentication.User validatedUser)
|
boolean |
ClientCertAuthenticator.secureResponse(ServletRequest req,
ServletResponse res,
boolean mandatory,
Authentication.User validatedUser)
|
boolean |
BasicAuthenticator.secureResponse(ServletRequest req,
ServletResponse res,
boolean mandatory,
Authentication.User validatedUser)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||