| 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 | 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 | Description |
|---|---|---|
protected LoginService |
SecurityHandler.findLoginService() |
|
LoginService |
Authenticator.AuthConfiguration.getLoginService() |
|
LoginService |
DefaultAuthenticatorFactory.getLoginService() |
|
LoginService |
SecurityHandler.getLoginService() |
Get the loginService.
|
| Modifier and Type | Method | Description |
|---|---|---|
Authenticator |
Authenticator.Factory.getAuthenticator(Server server,
javax.servlet.ServletContext context,
Authenticator.AuthConfiguration configuration,
IdentityService identityService,
LoginService loginService) |
|
Authenticator |
DefaultAuthenticatorFactory.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 | Description |
|---|---|---|
protected LoginService |
LoginAuthenticator._loginService |
| Modifier and Type | Method | Description |
|---|---|---|
LoginService |
LoginAuthenticator.getLoginService() |
Copyright © 1995–2018 Webtide. All rights reserved.