|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorType | |
org.apache.directory.server.kerberos.shared.exceptions | |
org.apache.directory.server.kerberos.shared.service |
Uses of ErrorType in org.apache.directory.server.kerberos.shared.exceptions |
Methods in org.apache.directory.server.kerberos.shared.exceptions that return ErrorType | |
static ErrorType |
ErrorType.getTypeByOrdinal(int ordinal)
Gets the ordinal by its ordinal value. |
Constructors in org.apache.directory.server.kerberos.shared.exceptions with parameters of type ErrorType | |
KerberosException(ErrorType errorType)
Creates a KerberosException with an error type. |
|
KerberosException(ErrorType errorType,
java.lang.String msg)
Creates a KerberosException with an error type and a custom error message. |
|
KerberosException(ErrorType errorType,
byte[] explanatoryData)
Creates a KerberosException with an error type and data helping to explain what caused this fault. |
Uses of ErrorType in org.apache.directory.server.kerberos.shared.service |
Methods in org.apache.directory.server.kerberos.shared.service with parameters of type ErrorType | |
PrincipalStoreEntry |
GetPrincipalStoreEntry.getEntry(javax.security.auth.kerberos.KerberosPrincipal principal,
PrincipalStore store,
ErrorType errorType)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |