Package prompto.config.auth.method
Class AuthenticationMethodConfiguration
- java.lang.Object
-
- prompto.config.auth.method.AuthenticationMethodConfiguration
-
- All Implemented Interfaces:
IAuthenticationMethodConfiguration
- Direct Known Subclasses:
FormAuthenticationMethodConfiguration
public class AuthenticationMethodConfiguration extends Object implements IAuthenticationMethodConfiguration
-
-
Constructor Summary
Constructors Constructor Description AuthenticationMethodConfiguration(prompto.config.IConfigurationReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IAuthenticationMethodFactorygetAuthenticationMethodFactory()IAuthenticationMethodFactorygetAuthenticationMethodFactory(String factoryName)
-
-
-
Method Detail
-
getAuthenticationMethodFactory
public IAuthenticationMethodFactory getAuthenticationMethodFactory()
- Specified by:
getAuthenticationMethodFactoryin interfaceIAuthenticationMethodConfiguration
-
getAuthenticationMethodFactory
public IAuthenticationMethodFactory getAuthenticationMethodFactory(String factoryName)
-
-