Package | Description |
---|---|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
Modifier and Type | Interface | Description |
---|---|---|
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
|
Modifier and Type | Field | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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.Object password,
javax.servlet.ServletRequest request) |
Login with the LOGIN authenticator
|
Modifier and Type | Method | Description |
---|---|---|
void |
Request.setAuthentication(Authentication authentication) |
Set the authentication.
|
Copyright © 1995–2018 Webtide. All rights reserved.