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.server |
Jetty Server : Core Server API
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUserAuthentication
AbstractUserAuthentication
Base class for representing an authenticated user.
|
class |
UserAuthentication |
Modifier and Type | Class and Description |
---|---|
class |
DeferredAuthentication |
static class |
FormAuthenticator.FormAuthentication
This Authentication represents a just completed Form authentication.
|
class |
SessionAuthentication
SessionAuthentication
When a user has been successfully authenticated with some types
of Authenticator, the Authenticator stashes a SessionAuthentication
into an HttpSession to remember that the user is authenticated.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Authentication.Deferred
A deferred authentication with methods to progress
the authentication process.
|
static interface |
Authentication.User
A successful Authentication with User information.
|
Copyright © 1995–2019 Webtide. All rights reserved.