Package | Description |
---|---|
org.eclipse.jetty.jaas |
Jetty Jaas : Support for Jaas
|
org.eclipse.jetty.security |
Jetty Security : Modular Support for Security in Jetty
|
org.eclipse.jetty.security.authentication |
Jetty Security : Authenticators and Callbacks
|
Modifier and Type | Class and Description |
---|---|
class |
JAASLoginService
JAASLoginService
Implementation of jetty's LoginService that works with JAAS for
authorization and authentication.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLoginService
AbstractLoginService
|
class |
ConfigurableSpnegoLoginService
A configurable (as opposed to using system properties) SPNEGO LoginService.
|
class |
HashLoginService
Properties User Realm.
|
class |
JDBCLoginService
HashMapped User Realm with JDBC as data source.
|
class |
SpnegoLoginService
Deprecated.
use
ConfigurableSpnegoLoginService instead |
Modifier and Type | Field and Description |
---|---|
(package private) LoginService |
DefaultAuthenticatorFactory._loginService |
private LoginService |
SecurityHandler._loginService |
Modifier and Type | Method and Description |
---|---|
protected LoginService |
SecurityHandler.findLoginService() |
LoginService |
DefaultAuthenticatorFactory.getLoginService() |
LoginService |
Authenticator.AuthConfiguration.getLoginService() |
LoginService |
SecurityHandler.getLoginService()
Get the loginService.
|
Modifier and Type | Method and Description |
---|---|
Authenticator |
DefaultAuthenticatorFactory.getAuthenticator(Server server,
javax.servlet.ServletContext context,
Authenticator.AuthConfiguration configuration,
IdentityService identityService,
LoginService loginService) |
Authenticator |
Authenticator.Factory.getAuthenticator(Server server,
javax.servlet.ServletContext context,
Authenticator.AuthConfiguration configuration,
IdentityService identityService,
LoginService loginService) |
void |
DefaultAuthenticatorFactory.setLoginService(LoginService loginService) |
void |
SecurityHandler.setLoginService(LoginService loginService)
Set the loginService.
|
Modifier and Type | Field and Description |
---|---|
protected LoginService |
LoginAuthenticator._loginService |
Modifier and Type | Method and Description |
---|---|
LoginService |
LoginAuthenticator.getLoginService() |
Modifier and Type | Method and Description |
---|---|
static AuthorizationService |
AuthorizationService.from(LoginService loginService,
java.lang.Object credentials)
Wraps a
LoginService as an AuthorizationService |