com.nitido.nimx.services.authentication.dirpool
Class CredMapSetting
java.lang.Object
com.nitido.nimx.services.authentication.dirpool.CredMapSetting
public class CredMapSetting
- extends java.lang.Object
This is a data object that caches the Credential Map Setting.
The Authentication Service uses this to determine how to construct the DN
for a specific credential type. It also uses it to specify the password
mapping.
Constructor Summary |
CredMapSetting(java.lang.String dnPrefix,
java.lang.String dnPostfix,
java.lang.String pwdTokenKey,
java.lang.String pwdLdapName)
Deprecated. |
CredMapSetting(java.lang.String dnPrefix,
java.lang.String dnPostfix,
java.lang.String pwdTokenKey,
java.lang.String pwdLdapName,
boolean alwaysGood)
Default constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_dnPrefix
public final java.lang.String _dnPrefix
_dnPostfix
public final java.lang.String _dnPostfix
_pwdTokenKey
public final java.lang.String _pwdTokenKey
_pwdLdapName
public final java.lang.String _pwdLdapName
_alwaysGood
public final boolean _alwaysGood
CredMapSetting
public CredMapSetting(java.lang.String dnPrefix,
java.lang.String dnPostfix,
java.lang.String pwdTokenKey,
java.lang.String pwdLdapName)
- Deprecated.
- Old default constructor. It is kept for backward compatability.
This constructor will set the _alwaysGood field to false.
CredMapSetting
public CredMapSetting(java.lang.String dnPrefix,
java.lang.String dnPostfix,
java.lang.String pwdTokenKey,
java.lang.String pwdLdapName,
boolean alwaysGood)
- Default constructor.
These JavaDoc pages are generated for release/nim_2_5-2.5.44 Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.