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 classEAuthInternalErrorAn exception for authentication internal error.classEAuthMgrNotFoundException for authentication manager not found.classEAuthMgrPluginNotFoundException for authentication manager not found.classEAuthUserErrorException for invalid attribute valueclassECompSyntaxErrAn exception for DN component syntax error.classEFormSubjectDNAn exception for Error formulating the subject name (X500Name)classEInvalidCredentialsAn exception for invalid credentials.classEMissingCredentialException 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.StringDNPattern. formDN(netscape.ldap.LDAPEntry entry)Form a Ldap v3 DN string from results of a ldap search.protected java.lang.StringDirBasedAuthentication. 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 voidAuthCredentials. set(java.lang.String name, java.lang.Object cred)sets a credential with credential name and the credential
-