|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jetty.security.authentication.LoginAuthenticator
public abstract class LoginAuthenticator
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.eclipse.jetty.security.Authenticator |
|---|
Authenticator.Configuration, Authenticator.Factory |
| Field Summary | |
|---|---|
protected DeferredAuthentication |
_deferred
|
protected IdentityService |
_identityService
|
protected LoginService |
_loginService
|
| Constructor Summary | |
|---|---|
protected |
LoginAuthenticator()
|
| Method Summary | |
|---|---|
LoginService |
getLoginService()
|
void |
setConfiguration(Authenticator.Configuration configuration)
Configure the Authenticator |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.jetty.security.Authenticator |
|---|
getAuthMethod, secureResponse, validateRequest |
| Field Detail |
|---|
protected final DeferredAuthentication _deferred
protected LoginService _loginService
protected IdentityService _identityService
| Constructor Detail |
|---|
protected LoginAuthenticator()
| Method Detail |
|---|
public void setConfiguration(Authenticator.Configuration configuration)
Authenticator
setConfiguration in interface Authenticatorpublic LoginService getLoginService()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||