@Config(value="authentication") public static class SecurityConfig.AuthenticationConfig extends Object
Constructor and Description |
---|
AuthenticationConfig() |
Modifier and Type | Method and 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.AuthenticationConfig |
setAuthenticator(Class<? extends org.apache.shiro.authc.Authenticator> authenticator) |
SecurityConfig.AuthenticationConfig |
setCredentialsMatcher(Class<? extends org.apache.shiro.authc.credential.CredentialsMatcher> credentialsMatcher) |
SecurityConfig.AuthenticationConfig |
setStrategy(Class<? extends org.apache.shiro.authc.pam.AuthenticationStrategy> strategy) |
public Class<? extends org.apache.shiro.authc.Authenticator> getAuthenticator()
public SecurityConfig.AuthenticationConfig setAuthenticator(Class<? extends org.apache.shiro.authc.Authenticator> authenticator)
public Class<? extends org.apache.shiro.authc.pam.AuthenticationStrategy> getStrategy()
public SecurityConfig.AuthenticationConfig setStrategy(Class<? extends org.apache.shiro.authc.pam.AuthenticationStrategy> strategy)
public Class<? extends org.apache.shiro.authc.credential.CredentialsMatcher> getCredentialsMatcher()
public SecurityConfig.AuthenticationConfig setCredentialsMatcher(Class<? extends org.apache.shiro.authc.credential.CredentialsMatcher> credentialsMatcher)
Copyright © 2013-2018–2019 SeedStack. All rights reserved.