Package org.seedstack.seed.security
Class SecurityConfig.AuthenticationConfig
- java.lang.Object
-
- org.seedstack.seed.security.SecurityConfig.AuthenticationConfig
-
- Enclosing class:
- SecurityConfig
@Config("authentication") public static class SecurityConfig.AuthenticationConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthenticationConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends org.apache.shiro.authc.Authenticator>getAuthenticator()Class<? extends org.apache.shiro.authc.credential.CredentialsMatcher>getCredentialsMatcher()Class<? extends org.apache.shiro.authc.pam.AuthenticationStrategy>getStrategy()SecurityConfig.AuthenticationConfigsetAuthenticator(Class<? extends org.apache.shiro.authc.Authenticator> authenticator)SecurityConfig.AuthenticationConfigsetCredentialsMatcher(Class<? extends org.apache.shiro.authc.credential.CredentialsMatcher> credentialsMatcher)SecurityConfig.AuthenticationConfigsetStrategy(Class<? extends org.apache.shiro.authc.pam.AuthenticationStrategy> strategy)
-
-
-
Method Detail
-
getAuthenticator
public Class<? extends org.apache.shiro.authc.Authenticator> getAuthenticator()
-
setAuthenticator
public SecurityConfig.AuthenticationConfig setAuthenticator(Class<? extends org.apache.shiro.authc.Authenticator> authenticator)
-
getStrategy
public Class<? extends org.apache.shiro.authc.pam.AuthenticationStrategy> getStrategy()
-
setStrategy
public SecurityConfig.AuthenticationConfig setStrategy(Class<? extends org.apache.shiro.authc.pam.AuthenticationStrategy> strategy)
-
getCredentialsMatcher
public Class<? extends org.apache.shiro.authc.credential.CredentialsMatcher> getCredentialsMatcher()
-
setCredentialsMatcher
public SecurityConfig.AuthenticationConfig setCredentialsMatcher(Class<? extends org.apache.shiro.authc.credential.CredentialsMatcher> credentialsMatcher)
-
-