Package org.codelibs.fess.sso
Class SsoManager
java.lang.Object
org.codelibs.fess.sso.SsoManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final List<SsoAuthenticator>protected static final Stringprotected static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected SsoAuthenticatororg.lastaflute.web.login.credential.LoginCredentialorg.lastaflute.web.response.ActionResponsegetResponse(SsoResponseType responseType) protected Stringlogout(FessUserBean user) voidregister(SsoAuthenticator authenticator)
-
Field Details
-
SSO_TYPE
- See Also:
-
NONE
- See Also:
-
authenticatorList
-
-
Constructor Details
-
SsoManager
public SsoManager()
-
-
Method Details
-
available
public boolean available() -
getLoginCredential
public org.lastaflute.web.login.credential.LoginCredential getLoginCredential() -
getResponse
-
logout
-
getAuthenticator
-
getSsoType
-
getAuthenticators
-
register
-