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 |
LoggedOutAuthentication
LoggedOutAuthentication
An Authentication indicating that a user has been previously, but is not currently logged in,
but may be capable of logging in after a call to Request.login(String,String)
|
Modifier and Type | Class and Description |
---|---|
class |
DeferredAuthentication |
Modifier and Type | Interface and Description |
---|---|
static interface |
Authentication.Deferred
A deferred authentication with methods to progress
the authentication process.
|
static interface |
Authentication.NonAuthenticated
After a logout, the authentication reverts to a state
where it is possible to programmatically log in again.
|
Copyright © 1995–2022 Webtide. All rights reserved.