Uses of Enum Class
org.codelibs.fess.sso.SsoResponseType
Packages that use SsoResponseType
Package
Description
-
Uses of SsoResponseType in org.codelibs.fess.sso
Methods in org.codelibs.fess.sso that return SsoResponseTypeModifier and TypeMethodDescriptionstatic SsoResponseTypeReturns the enum constant of this class with the specified name.static SsoResponseType[]SsoResponseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.codelibs.fess.sso with parameters of type SsoResponseTypeModifier and TypeMethodDescriptionorg.lastaflute.web.response.ActionResponseSsoAuthenticator.getResponse(SsoResponseType responseType) Gets the action response for the specified SSO response type.org.lastaflute.web.response.ActionResponseSsoManager.getResponse(SsoResponseType responseType) Gets the appropriate response for the specified SSO response type. -
Uses of SsoResponseType in org.codelibs.fess.sso.entraid
Methods in org.codelibs.fess.sso.entraid with parameters of type SsoResponseTypeModifier and TypeMethodDescriptionorg.lastaflute.web.response.ActionResponseEntraIdAuthenticator.getResponse(SsoResponseType responseType) -
Uses of SsoResponseType in org.codelibs.fess.sso.oic
Methods in org.codelibs.fess.sso.oic with parameters of type SsoResponseTypeModifier and TypeMethodDescriptionorg.lastaflute.web.response.ActionResponseOpenIdConnectAuthenticator.getResponse(SsoResponseType responseType) -
Uses of SsoResponseType in org.codelibs.fess.sso.saml
Methods in org.codelibs.fess.sso.saml with parameters of type SsoResponseTypeModifier and TypeMethodDescriptionorg.lastaflute.web.response.ActionResponseSamlAuthenticator.getResponse(SsoResponseType responseType) -
Uses of SsoResponseType in org.codelibs.fess.sso.spnego
Methods in org.codelibs.fess.sso.spnego with parameters of type SsoResponseTypeModifier and TypeMethodDescriptionorg.lastaflute.web.response.ActionResponseSpnegoAuthenticator.getResponse(SsoResponseType responseType) Gets the action response for the specified SSO response type.