| Package | Description |
|---|---|
| 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 |
HashLoginService
Properties User Realm.
|
class |
JDBCLoginService
HashMapped User Realm with JDBC as data source.
|
class |
MappedLoginService
A login service that keeps UserIdentities in a concurrent map
either as the source or a cache of the users.
|
class |
SpnegoLoginService |
| Modifier and Type | Method and Description |
|---|---|
protected LoginService |
SecurityHandler.findLoginService() |
LoginService |
SecurityHandler.getLoginService()
Get the loginService.
|
LoginService |
DefaultAuthenticatorFactory.getLoginService() |
LoginService |
Authenticator.AuthConfiguration.getLoginService() |
| Modifier and Type | Method and Description |
|---|---|
Authenticator |
DefaultAuthenticatorFactory.getAuthenticator(Server server,
ServletContext context,
Authenticator.AuthConfiguration configuration,
IdentityService identityService,
LoginService loginService) |
Authenticator |
Authenticator.Factory.getAuthenticator(Server server,
ServletContext context,
Authenticator.AuthConfiguration configuration,
IdentityService identityService,
LoginService loginService) |
void |
SecurityHandler.setLoginService(LoginService loginService)
Set the loginService.
|
void |
DefaultAuthenticatorFactory.setLoginService(LoginService loginService) |
| Modifier and Type | Field and Description |
|---|---|
protected LoginService |
LoginAuthenticator._loginService |
| Modifier and Type | Method and Description |
|---|---|
LoginService |
LoginAuthenticator.getLoginService() |
Copyright © 1995-2016 Webtide. All Rights Reserved.