|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Authentication | |
|---|---|
| org.eclipse.jetty.server | |
| Uses of Authentication in org.eclipse.jetty.server |
|---|
| Subinterfaces of Authentication in org.eclipse.jetty.server | |
|---|---|
static interface |
Authentication.Challenge
An Authentication Challenge has been sent. |
static interface |
Authentication.Deferred
A deferred authentication with methods to progress the authentication process. |
static interface |
Authentication.Failure
An Authentication Failure has been sent. |
static interface |
Authentication.ResponseSent
Authentication Response sent state. |
static interface |
Authentication.SendSuccess
|
static interface |
Authentication.User
A successful Authentication with User information. |
static interface |
Authentication.Wrapped
A wrapped authentication with methods provide the wrapped request/response for use by the application |
| Fields in org.eclipse.jetty.server declared as Authentication | |
|---|---|
static Authentication |
Authentication.NOT_CHECKED
Authentication not checked |
static Authentication |
Authentication.SEND_CONTINUE
Authentication challenge sent. |
static Authentication |
Authentication.SEND_FAILURE
Authentication failure sent. |
static Authentication |
Authentication.SEND_SUCCESS
|
static Authentication |
Authentication.UNAUTHENTICATED
Unauthenticated state. |
| Methods in org.eclipse.jetty.server that return Authentication | |
|---|---|
Authentication |
Authentication.Deferred.authenticate(javax.servlet.ServletRequest request)
Authenticate if possible without sending a challenge. |
Authentication |
Authentication.Deferred.authenticate(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
Authenticate and possibly send a challenge. |
Authentication |
Request.getAuthentication()
Get the authentication. |
Authentication |
Authentication.Deferred.login(java.lang.String username,
java.lang.String password)
Login with the LOGIN authenticator |
| Methods in org.eclipse.jetty.server with parameters of type Authentication | |
|---|---|
void |
Request.setAuthentication(Authentication authentication)
Set the authentication. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||