Uses of Class
com.netscape.certsrv.authentication.EAuthException
-
Packages that use EAuthException Package Description com.netscape.certsrv.authentication com.netscape.cms.authentication com.netscape.cms.servlet.common -
-
Uses of EAuthException in com.netscape.certsrv.authentication
Subclasses of EAuthException in com.netscape.certsrv.authentication Modifier and Type Class Description 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 valueclass
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 Modifier and Type Method Description 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 nameConstructors in com.netscape.cms.authentication that throw EAuthException Constructor Description DNPattern(java.io.PushbackReader in)
DNPattern(java.lang.String pattern)
Construct a DN pattern by parsing a pattern string. -
Uses of EAuthException in com.netscape.cms.servlet.common
Methods in com.netscape.cms.servlet.common that throw EAuthException Modifier and Type Method Description void
AuthCredentials. set(java.lang.String name, java.lang.Object cred)
sets a credential with credential name and the credential
-