public interface AuthenticationProviderFactory
AuthenticationProvider| Modifier and Type | Method and Description |
|---|---|
AuthenticationProvider |
getProvider(java.util.Hashtable env)
Constructs an AuthenticationProvider with the given
environment parameters.
|
AuthenticationProvider getProvider(java.util.Hashtable env) throws ConfigurationException
env - environment parameters used to construct the
AuthenticationProvider.ConfigurationException - thrown if the
AuthenticationAuthority can
not be constructed.