public class AuthenticationProviderFactoryImpl extends java.lang.Object implements AuthenticationProviderFactory<AuthenticationMethod>
| Constructor and Description |
|---|
AuthenticationProviderFactoryImpl(UserService userService,
SecurityService securityService)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.authentication.AuthenticationProvider |
getAuthenticationProvider(AuthenticationMethod authMethod)
This method returns an AuthenticationProvider based on the authentication method.
|
org.springframework.security.authentication.AuthenticationProvider |
getLocalAuthenticationProvider()
Get the local authentication provider.
|
void |
testAuthenticationConnection(AuthenticationMethod authMethod)
Method to test the authentication connection.
|
public AuthenticationProviderFactoryImpl(UserService userService, SecurityService securityService)
userService - securityService - public org.springframework.security.authentication.AuthenticationProvider getAuthenticationProvider(AuthenticationMethod authMethod)
AuthenticationProviderFactorygetAuthenticationProvider in interface AuthenticationProviderFactory<AuthenticationMethod>public org.springframework.security.authentication.AuthenticationProvider getLocalAuthenticationProvider()
AuthenticationProviderFactorygetLocalAuthenticationProvider in interface AuthenticationProviderFactory<AuthenticationMethod>public void testAuthenticationConnection(AuthenticationMethod authMethod) throws java.lang.Exception
AuthenticationProviderFactorytestAuthenticationConnection in interface AuthenticationProviderFactory<AuthenticationMethod>java.lang.ExceptionCopyright © 2007-2019 Ikasan. All Rights Reserved.