| 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 |
DefaultIdentityService
Default Identity Service implementation.
|
| Modifier and Type | Field and Description |
|---|---|
protected IdentityService |
SpnegoLoginService._identityService |
protected IdentityService |
MappedLoginService._identityService |
| Modifier and Type | Method and Description |
|---|---|
protected IdentityService |
SecurityHandler.findIdentityService() |
IdentityService |
SpnegoLoginService.getIdentityService() |
IdentityService |
SecurityHandler.getIdentityService()
Get the identityService.
|
IdentityService |
MappedLoginService.getIdentityService()
Get the identityService.
|
IdentityService |
LoginService.getIdentityService()
Get the IdentityService associated with this Login Service.
|
IdentityService |
Authenticator.AuthConfiguration.getIdentityService() |
| 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 |
SpnegoLoginService.setIdentityService(IdentityService service) |
void |
SecurityHandler.setIdentityService(IdentityService identityService)
Set the identityService.
|
void |
MappedLoginService.setIdentityService(IdentityService identityService)
Set the identityService.
|
void |
LoginService.setIdentityService(IdentityService service)
Set the IdentityService associated with this Login Service.
|
| Constructor and Description |
|---|
JDBCLoginService(String name,
IdentityService identityService,
String config) |
| Modifier and Type | Field and Description |
|---|---|
protected IdentityService |
LoginAuthenticator._identityService |
Copyright © 1995-2015 Webtide. All Rights Reserved.