Uses of Interface
org.codelibs.fess.auth.chain.AuthenticationChain
Packages that use AuthenticationChain
-
Uses of AuthenticationChain in org.codelibs.fess.auth
Fields in org.codelibs.fess.auth declared as AuthenticationChainModifier and TypeFieldDescriptionprotected AuthenticationChain[]AuthenticationManager.chainsArray of authentication chains to process user operations.Methods in org.codelibs.fess.auth that return types with arguments of type AuthenticationChainModifier and TypeMethodDescriptionprotected org.codelibs.core.stream.StreamUtil.StreamOf<AuthenticationChain> AuthenticationManager.chains()Returns a stream of authentication chains.Methods in org.codelibs.fess.auth with parameters of type AuthenticationChainModifier and TypeMethodDescriptionvoidAuthenticationManager.addChain(AuthenticationChain chain) Adds an authentication chain to the manager. -
Uses of AuthenticationChain in org.codelibs.fess.auth.chain
Classes in org.codelibs.fess.auth.chain that implement AuthenticationChainModifier and TypeClassDescriptionclassAuthentication chain implementation that executes external commands for user operations.classAn authentication chain for LDAP.