|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Authenticator | |
|---|---|
| org.eclipse.jetty.security | |
| org.eclipse.jetty.security.authentication | |
| Uses of Authenticator in org.eclipse.jetty.security |
|---|
| Methods in org.eclipse.jetty.security that return Authenticator | |
|---|---|
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)
|
| Methods in org.eclipse.jetty.security with parameters of type Authenticator | |
|---|---|
void |
SecurityHandler.setAuthenticator(Authenticator authenticator)
Set the authenticator. |
| Uses of Authenticator in org.eclipse.jetty.security.authentication |
|---|
| Classes in org.eclipse.jetty.security.authentication that implement Authenticator | |
|---|---|
class |
BasicAuthenticator
|
class |
ClientCertAuthenticator
|
class |
DigestAuthenticator
|
class |
FormAuthenticator
FORM Authenticator. |
class |
LoginAuthenticator
|
class |
SpnegoAuthenticator
|
| Fields in org.eclipse.jetty.security.authentication declared as Authenticator | |
|---|---|
protected Authenticator |
DeferredAuthentication._authenticator
|
| Constructors in org.eclipse.jetty.security.authentication with parameters of type Authenticator | |
|---|---|
DeferredAuthentication(Authenticator authenticator)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||