Uses of Interface
org.codelibs.fess.auth.chain.AuthenticationChain
-
Packages that use AuthenticationChain Package Description org.codelibs.fess.auth org.codelibs.fess.auth.chain -
-
Uses of AuthenticationChain in org.codelibs.fess.auth
Fields in org.codelibs.fess.auth declared as AuthenticationChain Modifier and Type Field Description protected AuthenticationChain[]AuthenticationManager. chainsMethods in org.codelibs.fess.auth that return types with arguments of type AuthenticationChain Modifier and Type Method Description protected org.codelibs.core.stream.StreamUtil.StreamOf<AuthenticationChain>AuthenticationManager. chains()Methods in org.codelibs.fess.auth with parameters of type AuthenticationChain Modifier and Type Method Description voidAuthenticationManager. addChain(AuthenticationChain chain) -
Uses of AuthenticationChain in org.codelibs.fess.auth.chain
Classes in org.codelibs.fess.auth.chain that implement AuthenticationChain Modifier and Type Class Description classCommandChainclassLdapChain
-