public abstract class AuthenticationType
extends java.lang.Object
The purpse of an AuthenticationType is to configure the environment properties needed to setup an authentication mechanism. AuthenticationType defines API's for configuring or de-configuring a Context.
Subclasses which extend this class should be passed to the initialization
code for the Context (such as the InitialLdapContext
or the InitialDirContext). The required environment settings can then be obtained by calling the getContextEnvironment()
method for each authentication type.
There may be some cases where specific authentication mechansims need to be removed.
In such a case, the removeContextEnvironment(Map)
can be used against a given set of properties to remove environment properties that
were set by this class.
| Constructor and Description |
|---|
AuthenticationType() |