Package | Description |
---|---|
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 |
---|---|
Authenticator |
SecurityHandler.getAuthenticator() |
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) |
Modifier and Type | Method and Description |
---|---|
void |
SecurityHandler.setAuthenticator(Authenticator authenticator)
Set the authenticator.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicAuthenticator |
class |
ClientCertAuthenticator |
class |
DigestAuthenticator |
class |
FormAuthenticator
FORM Authenticator.
|
class |
LoginAuthenticator |
class |
SpnegoAuthenticator |
Modifier and Type | Class and Description |
---|---|
class |
JaspiAuthenticator |
Modifier and Type | Method and Description |
---|---|
Authenticator |
JaspiAuthenticatorFactory.getAuthenticator(Server server,
ServletContext context,
Authenticator.AuthConfiguration configuration,
IdentityService identityService,
LoginService loginService) |
Copyright © 1995-2015 Webtide. All Rights Reserved.