Package | Description |
---|---|
org.eclipse.jetty.plus.jaas | |
org.eclipse.jetty.plus.security | |
org.eclipse.jetty.security | |
org.eclipse.jetty.security.authentication | |
org.eclipse.jetty.security.jaspi |
Modifier and Type | Class and Description |
---|---|
class |
JAASLoginService
JAASLoginService
|
Modifier and Type | Class and Description |
---|---|
class |
DataSourceLoginService
//TODO JASPI cf JDBCLoginService
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 |
Authenticator.AuthConfiguration.getLoginService() |
LoginService |
DefaultAuthenticatorFactory.getLoginService() |
LoginService |
SecurityHandler.getLoginService()
Get the loginService.
|
Modifier and Type | Method and 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 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,
javax.servlet.ServletContext context,
Authenticator.AuthConfiguration configuration,
IdentityService identityService,
LoginService loginService) |
Constructor and Description |
---|
ServletCallbackHandler(LoginService loginService) |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.