Uses of Class
org.seedstack.seed.security.SecurityConfig.AuthenticationConfig
-
Packages that use SecurityConfig.AuthenticationConfig Package Description org.seedstack.seed.security -
-
Uses of SecurityConfig.AuthenticationConfig in org.seedstack.seed.security
Methods in org.seedstack.seed.security that return SecurityConfig.AuthenticationConfig Modifier and Type Method Description SecurityConfig.AuthenticationConfigSecurityConfig. authentication()SecurityConfig.AuthenticationConfigSecurityConfig.AuthenticationConfig. setAuthenticator(Class<? extends org.apache.shiro.authc.Authenticator> authenticator)SecurityConfig.AuthenticationConfigSecurityConfig.AuthenticationConfig. setCredentialsMatcher(Class<? extends org.apache.shiro.authc.credential.CredentialsMatcher> credentialsMatcher)SecurityConfig.AuthenticationConfigSecurityConfig.AuthenticationConfig. setStrategy(Class<? extends org.apache.shiro.authc.pam.AuthenticationStrategy> strategy)
-