Package | Description |
---|---|
org.eclipse.jetty.jaas |
Jetty Jaas : Support for Jaas
|
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 |
JAASLoginService
JAASLoginService
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLoginService
AbstractLoginService
|
class |
HashLoginService
Properties User Realm.
|
class |
JDBCLoginService
HashMapped User Realm with JDBC as data source.
|
class |
SpnegoLoginService |
Modifier and Type | Field and Description |
---|---|
(package private) LoginService |
DefaultAuthenticatorFactory._loginService |
private LoginService |
SecurityHandler._loginService |
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() |