Class UserPwdDirAuthentication

java.lang.Object
com.netscape.cms.authentication.DirBasedAuthentication
com.netscape.cms.authentication.UserPwdDirAuthentication
All Implemented Interfaces:
IExtendedPluginInfo, ProfileAuthenticator, AuthManager

public class UserPwdDirAuthentication extends DirBasedAuthentication implements ProfileAuthenticator
uid/pwd directory based authentication manager

Version:
$Revision$, $Date$
  • Field Details

    • logger

      public static org.slf4j.Logger logger
    • CRED_UID

      public static final String CRED_UID
      See Also:
    • CRED_PWD

      public static final String CRED_PWD
      See Also:
    • mAttr

      public String mAttr
    • mRequiredCreds

      protected String[] mRequiredCreds
    • mAttrName

      protected String mAttrName
    • mAttrDesc

      protected String mAttrDesc
    • mMemberAttrName

      protected String mMemberAttrName
    • mMemberAttrValue

      protected String mMemberAttrValue
    • mInternalGroup

      protected String mInternalGroup
    • mInternalUserRequired

      protected boolean mInternalUserRequired
    • mUGS

      protected UGSubsystem mUGS
    • mAttrs

      protected String[] mAttrs
    • mConfigParams

      protected static String[] mConfigParams
  • Constructor Details

    • UserPwdDirAuthentication

      public UserPwdDirAuthentication()
      Default constructor, initialization must follow.
  • Method Details