Package org.codelibs.fess.sso.spnego
Class SpnegoAuthenticator
java.lang.Object
org.codelibs.fess.sso.spnego.SpnegoAuthenticator
- All Implemented Interfaces:
SsoAuthenticator
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.codelibs.spnego.SpnegoAuthenticator
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.codelibs.spnego.SpnegoAuthenticator
org.lastaflute.web.login.credential.LoginCredential
org.lastaflute.web.response.ActionResponse
getResponse
(SsoResponseType responseType) void
init()
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:
getLoginCredential
in interfaceSsoAuthenticator
-
resolveCredential
- Specified by:
resolveCredential
in interfaceSsoAuthenticator
-
getResponse
- Specified by:
getResponse
in interfaceSsoAuthenticator
-
logout
- Specified by:
logout
in interfaceSsoAuthenticator
-