| Package | Description |
|---|---|
| org.apache.directory.kerberos.client | |
| org.apache.directory.server.kerberos.changepwd.messages |
Provides message objects for request, reply, and error messages.
|
| org.apache.directory.server.kerberos.protocol |
Provides the
IoHandler and associated ProtocolCodecFactory
required to implement the KDC's Authentication Service (AS) and
Ticket-Granting Service (TGS) with the MINA NIO framework. |
| org.apache.directory.shared.kerberos.codec.krbError | |
| org.apache.directory.shared.kerberos.exceptions |
| Modifier and Type | Method and Description |
|---|---|
static Set<EncryptionType> |
KdcClientUtil.getEtypesFromError(KrbError error) |
| Modifier and Type | Method and Description |
|---|---|
KrbError |
ChangePasswordError.getKrbError()
Returns the
KrbError. |
| Constructor and Description |
|---|
ChangePasswordError(KrbError krbError) |
ChangePasswordError(short versionNumber,
KrbError krbError)
Creates a new instance of ChangePasswordError.
|
| Modifier and Type | Method and Description |
|---|---|
protected KrbError |
KerberosProtocolHandler.getErrorMessage(KerberosPrincipal principal,
KerberosException exception)
Construct an error message given some conditions
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
KerberosProtocolHandler.logErrorMessage(KrbError error)
Creates an explicit error message
The error we've get
|
| Modifier and Type | Method and Description |
|---|---|
KrbError |
KrbErrorContainer.getKrbError() |
| Modifier and Type | Method and Description |
|---|---|
void |
KrbErrorContainer.setKrbError(KrbError krbError)
Set a KrbError Object into the container.
|
| Modifier and Type | Method and Description |
|---|---|
KrbError |
KerberosException.getError()
returns the KrbError message associated with this exception
|
| Constructor and Description |
|---|
KerberosException(KrbError error)
Creates a new instance of KerberosException.
|
Copyright © 2021. All rights reserved.