Package | Description |
---|---|
org.eclipse.jetty.security | |
org.eclipse.jetty.security.authentication | |
org.eclipse.jetty.security.jaspi |
Modifier and Type | Method and Description |
---|---|
Authenticator |
SecurityHandler.getAuthenticator() |
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) |
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,
javax.servlet.ServletContext context,
Authenticator.AuthConfiguration configuration,
IdentityService identityService,
LoginService loginService) |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.