public interface AuthenticationProviderFactory<AUTH_METHOD>
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.authentication.AuthenticationProvider |
getAuthenticationProvider(AUTH_METHOD authMethod)
This method returns an AuthenticationProvider based on the authentication method.
|
org.springframework.security.authentication.AuthenticationProvider |
getLocalAuthenticationProvider()
Get the local authentication provider.
|
void |
testAuthenticationConnection(AUTH_METHOD authMethod)
Method to test the authentication connection.
|
org.springframework.security.authentication.AuthenticationProvider getAuthenticationProvider(AUTH_METHOD authMethod)
authMethod - void testAuthenticationConnection(AUTH_METHOD authMethod) throws java.lang.Exception
authMethod - java.lang.Exceptionorg.springframework.security.authentication.AuthenticationProvider getLocalAuthenticationProvider()
Copyright © 2007-2019 Ikasan. All Rights Reserved.