Package | Description |
---|---|
org.eclipse.jetty.ant |
Jetty Ant : Ant Tasks and Configuration
|
org.eclipse.jetty.ant.types |
Jetty Ant : Ant Wrappers of Jetty Internals
|
org.eclipse.jetty.jaas |
Jetty Jaas : Support for Jaas
|
org.eclipse.jetty.maven.plugin |
Jetty Maven Plugin : Support for Jetty in Maven build lifecycle
|
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
|
Modifier and Type | Method and Description |
---|---|
List<LoginService> |
ServerProxyImpl.getLoginServices() |
Modifier and Type | Method and Description |
---|---|
void |
ServerProxyImpl.setLoginServices(List<LoginService> loginServices) |
Modifier and Type | Method and Description |
---|---|
List<LoginService> |
LoginServices.getLoginServices() |
Modifier and Type | Method and Description |
---|---|
void |
LoginServices.add(LoginService service) |
Modifier and Type | Class and Description |
---|---|
class |
JAASLoginService
JAASLoginService
|
Modifier and Type | Field and Description |
---|---|
protected LoginService[] |
AbstractJettyMojo.loginServices
List of security realms to set up.
|
Modifier and Type | Class and Description |
---|---|
class |
DataSourceLoginService
DataSourceUserRealm
Obtain user/password/role information from a database
via jndi DataSource.
|
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() |
Modifier and Type | Method and Description |
---|---|
Authenticator |
JaspiAuthenticatorFactory.getAuthenticator(Server server,
ServletContext context,
Authenticator.AuthConfiguration configuration,
IdentityService identityService,
LoginService loginService) |
Constructor and Description |
---|
ServletCallbackHandler(LoginService loginService) |
Copyright © 1995-2015 Webtide. All Rights Reserved.