Package | Description |
---|---|
org.eclipse.jetty.security |
Jetty Security : Modular Support for Security in Jetty
|
org.eclipse.jetty.security.authentication |
Jetty Security : Authenticators and Callbacks
|
org.eclipse.jetty.security.jaspi |
Jetty Jaspi : Java Authentication SPI
|
Modifier and Type | Method and Description |
---|---|
boolean |
Authenticator.secureResponse(ServletRequest request,
ServletResponse response,
boolean mandatory,
Authentication.User validatedUser) |
Authentication |
Authenticator.validateRequest(ServletRequest request,
ServletResponse response,
boolean mandatory)
Validate a request
|
Modifier and Type | Method and Description |
---|---|
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) |
Authentication |
SpnegoAuthenticator.validateRequest(ServletRequest request,
ServletResponse response,
boolean mandatory) |
Authentication |
FormAuthenticator.validateRequest(ServletRequest req,
ServletResponse res,
boolean mandatory) |
Authentication |
DigestAuthenticator.validateRequest(ServletRequest req,
ServletResponse res,
boolean mandatory) |
Authentication |
ClientCertAuthenticator.validateRequest(ServletRequest req,
ServletResponse res,
boolean mandatory) |
Authentication |
BasicAuthenticator.validateRequest(ServletRequest req,
ServletResponse res,
boolean mandatory) |
Modifier and Type | Method and Description |
---|---|
boolean |
JaspiAuthenticator.secureResponse(JaspiMessageInfo messageInfo,
Authentication validatedUser) |
boolean |
JaspiAuthenticator.secureResponse(ServletRequest req,
ServletResponse res,
boolean mandatory,
Authentication.User validatedUser) |
Authentication |
JaspiAuthenticator.validateRequest(JaspiMessageInfo messageInfo) |
Authentication |
JaspiAuthenticator.validateRequest(ServletRequest request,
ServletResponse response,
boolean mandatory) |
Copyright © 1995-2015 Webtide. All Rights Reserved.