public class DefaultAuthenticationMethodConfigurationProvider extends Object implements AuthenticationMethodConfigurationProvider
| Constructor and Description |
|---|
DefaultAuthenticationMethodConfigurationProvider(Map<String,Integer> authenticationMethodsMap)
Instantiates a new Default authentication method configuration provider.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAuthenticationMethod(String name)
Contains authentication method.
|
AuthenticationMethod |
getAuthenticationMethod(String name)
Gets authentication method.
|
public boolean containsAuthenticationMethod(String name)
AuthenticationMethodConfigurationProvidercontainsAuthenticationMethod in interface AuthenticationMethodConfigurationProvidername - the namepublic AuthenticationMethod getAuthenticationMethod(String name)
AuthenticationMethodConfigurationProvidergetAuthenticationMethod in interface AuthenticationMethodConfigurationProvidername - the nameCopyright © 2013-2015 Unicon Inc.. All Rights Reserved.