Package org.codelibs.fess.sso.saml
Class SamlAuthenticator
java.lang.Object
org.codelibs.fess.sso.saml.SamlAuthenticator
- All Implemented Interfaces:
SsoAuthenticator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.lastaflute.web.login.credential.LoginCredentialprotected org.lastaflute.web.response.ActionResponseprotected org.lastaflute.web.response.ActionResponseorg.lastaflute.web.response.ActionResponsegetResponse(SsoResponseType responseType) protected com.onelogin.saml2.settings.Saml2Settingsvoidinit()logout(FessUserBean user) void
-
Field Details
-
SAML_PREFIX
- See Also:
-
SAML_STATE
- See Also:
-
-
Constructor Details
-
SamlAuthenticator
public SamlAuthenticator()
-
-
Method Details
-
init
@PostConstruct public void init() -
getSettings
protected com.onelogin.saml2.settings.Saml2Settings getSettings() -
getLoginCredential
public org.lastaflute.web.login.credential.LoginCredential getLoginCredential()- Specified by:
getLoginCredentialin interfaceSsoAuthenticator
-
resolveCredential
- Specified by:
resolveCredentialin interfaceSsoAuthenticator
-
logout
- Specified by:
logoutin interfaceSsoAuthenticator
-
getResponse
- Specified by:
getResponsein interfaceSsoAuthenticator
-
getMetadataResponse
protected org.lastaflute.web.response.ActionResponse getMetadataResponse() -
getLogoutResponse
protected org.lastaflute.web.response.ActionResponse getLogoutResponse()
-