com.ibm.itim.authentication
Interface AuthenticationProviderFactory
public interface AuthenticationProviderFactory
AuthenticationProviderFactory is an interface for constructing
AuthenticationProviders. The interface provides a common approach to
constructing any AuthenticationProvider regardless of its
implementation.
See Also: AuthenticationProvider
getProvider
AuthenticationProvider getProvider (java.util.Hashtable env)
throws ConfigurationException
Constructs an AuthenticationProvider with the given
environment parameters.
Parameters: env
- environment parameters used to construct the
AuthenticationProvider.
Returns: the constructed AuthenticationProvider, null if the
construction fails.
Throws:
ConfigurationException
- thrown if the
AuthenticationAuthority can
not be constructed.
IBM Security Identity Manager 6.0.0 © Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.