Package | Description |
---|---|
org.eclipse.jetty.jaas |
Jetty Jaas : Support for Jaas
|
org.eclipse.jetty.plus.security |
Jetty Plus : Limited JEE Security Support
|
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.security.jaspi |
Jetty Jaspi : Java Authentication SPI
|
org.eclipse.jetty.servlet |
Jetty Server : Modular Servlet Integration
|
Modifier and Type | Field and Description |
---|---|
protected IdentityService |
JAASLoginService._identityService |
Modifier and Type | Method and Description |
---|---|
IdentityService |
JAASLoginService.getIdentityService()
Get the identityService.
|
Modifier and Type | Method and Description |
---|---|
void |
JAASLoginService.setIdentityService(IdentityService identityService)
Set the identityService.
|
Constructor and Description |
---|
DataSourceLoginService(String name,
IdentityService identityService) |
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 |
Modifier and Type | Method and Description |
---|---|
Authenticator |
JaspiAuthenticatorFactory.getAuthenticator(Server server,
ServletContext context,
Authenticator.AuthConfiguration configuration,
IdentityService identityService,
LoginService loginService) |
Constructor and Description |
---|
JaspiAuthenticator(ServerAuthConfig authConfig,
Map authProperties,
ServletCallbackHandler callbackHandler,
Subject serviceSubject,
boolean allowLazyAuthentication,
IdentityService identityService) |
Modifier and Type | Method and Description |
---|---|
protected IdentityService |
ServletHandler.getIdentityService() |
Copyright © 1995-2015 Webtide. All Rights Reserved.