Package org.codelibs.fess.sso.spnego
Class SpnegoAuthenticator
java.lang.Object
org.codelibs.fess.sso.spnego.SpnegoAuthenticator
- All Implemented Interfaces:
SsoAuthenticator
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.codelibs.spnego.SpnegoAuthenticatorprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.codelibs.spnego.SpnegoAuthenticatororg.lastaflute.web.login.credential.LoginCredentialorg.lastaflute.web.response.ActionResponsegetResponse(SsoResponseType responseType) voidinit()logout(FessUserBean user) void
-
Field Details
-
SPNEGO_INITIALIZED
- See Also:
-
SPNEGO_EXCLUDE_DIRS
- See Also:
-
SPNEGO_ALLOW_DELEGATION
- See Also:
-
SPNEGO_ALLOW_LOCALHOST
- See Also:
-
SPNEGO_PROMPT_NTLM
- See Also:
-
SPNEGO_ALLOW_UNSECURE_BASIC
- See Also:
-
SPNEGO_ALLOW_BASIC
- See Also:
-
SPNEGO_PREAUTH_PASSWORD
- See Also:
-
SPNEGO_PREAUTH_USERNAME
- See Also:
-
SPNEGO_LOGIN_SERVER_MODULE
- See Also:
-
SPNEGO_LOGIN_CLIENT_MODULE
- See Also:
-
SPNEGO_KRB5_CONF
- See Also:
-
SPNEGO_LOGIN_CONF
- See Also:
-
SPNEGO_LOGGER_LEVEL
- See Also:
-
authenticator
protected org.codelibs.spnego.SpnegoAuthenticator authenticator
-
-
Constructor Details
-
SpnegoAuthenticator
public SpnegoAuthenticator()
-
-
Method Details
-
init
@PostConstruct public void init() -
getAuthenticator
protected org.codelibs.spnego.SpnegoAuthenticator getAuthenticator() -
getLoginCredential
public org.lastaflute.web.login.credential.LoginCredential getLoginCredential()- Specified by:
getLoginCredentialin interfaceSsoAuthenticator
-
resolveCredential
- Specified by:
resolveCredentialin interfaceSsoAuthenticator
-
getResponse
- Specified by:
getResponsein interfaceSsoAuthenticator
-
logout
- Specified by:
logoutin interfaceSsoAuthenticator
-