Class DirBasedAuthentication

java.lang.Object
com.netscape.cms.authentication.DirBasedAuthentication
All Implemented Interfaces:
IExtendedPluginInfo, AuthManager
Direct Known Subclasses:
PortalEnroll, SharedSecret, UidPwdDirAuthentication, UidPwdPinDirAuthentication, UserPwdDirAuthentication

public abstract class DirBasedAuthentication extends Object implements AuthManager, IExtendedPluginInfo
Abstract class for directory based authentication managers Uses a pattern for formulating subject names. The pattern is read from configuration file. Syntax of the pattern is described in the init() method.

Version:
$Revision$, $Date$