Uses of Class
com.netscape.certsrv.authentication.EAuthException

Packages that use EAuthException
com.netscape.certsrv.authentication   
com.netscape.cms.authentication   
 

Uses of EAuthException in com.netscape.certsrv.authentication
 

Subclasses of EAuthException in com.netscape.certsrv.authentication
 class EAuthInternalError
          An exception for authentication internal error.
 class EAuthMgrNotFound
          Exception for authentication manager not found.
 class EAuthMgrPluginNotFound
          Exception for authentication manager not found.
 class EAuthUserError
          Exception for invalid attribute value
 class ECompSyntaxErr
          An exception for DN component syntax error.
 class EFormSubjectDN
          An exception for Error formulating the subject name (X500Name)
 class EInvalidCredentials
          An exception for invalid credentials.
 class EMissingCredential
          Exception for missing a required authentication credential.
 

Uses of EAuthException in com.netscape.cms.authentication
 

Methods in com.netscape.cms.authentication that throw EAuthException
 java.lang.String DNPattern.formDN(netscape.ldap.LDAPEntry entry)
          Form a Ldap v3 DN string from results of a ldap search.
protected  java.lang.String DirBasedAuthentication.formSubjectName(netscape.ldap.LDAPEntry entry)
          Formulate the subject name
 

Constructors in com.netscape.cms.authentication that throw EAuthException
DNPattern(java.io.PushbackReader in)
           
DNPattern(java.lang.String pattern)
          Construct a DN pattern by parsing a pattern string.