Uses of Interface
org.codelibs.fess.sso.SsoAuthenticator
Packages that use SsoAuthenticator
Package
Description
-
Uses of SsoAuthenticator in org.codelibs.fess.sso
Fields in org.codelibs.fess.sso with type parameters of type SsoAuthenticatorModifier and TypeFieldDescriptionprotected final List<SsoAuthenticator> SsoManager.authenticatorListList of registered SSO authenticators.Methods in org.codelibs.fess.sso that return SsoAuthenticatorModifier and TypeMethodDescriptionprotected SsoAuthenticatorSsoManager.getAuthenticator()Gets the SSO authenticator instance for the configured SSO type.SsoManager.getAuthenticators()Gets all registered SSO authenticators.Methods in org.codelibs.fess.sso with parameters of type SsoAuthenticatorModifier and TypeMethodDescriptionvoidSsoManager.register(SsoAuthenticator authenticator) Registers an SSO authenticator with this manager. -
Uses of SsoAuthenticator in org.codelibs.fess.sso.aad
Classes in org.codelibs.fess.sso.aad that implement SsoAuthenticatorModifier and TypeClassDescriptionclassAzure Active Directory (Azure AD) SSO authenticator implementation. -
Uses of SsoAuthenticator in org.codelibs.fess.sso.oic
Classes in org.codelibs.fess.sso.oic that implement SsoAuthenticatorModifier and TypeClassDescriptionclassOpenID Connect authenticator for SSO integration. -
Uses of SsoAuthenticator in org.codelibs.fess.sso.saml
Classes in org.codelibs.fess.sso.saml that implement SsoAuthenticator -
Uses of SsoAuthenticator in org.codelibs.fess.sso.spnego
Classes in org.codelibs.fess.sso.spnego that implement SsoAuthenticatorModifier and TypeClassDescriptionclassSPNEGO (Security Provider Negotiation Protocol) authenticator implementation.