| Package | Description |
|---|---|
| org.apache.directory.server.kerberos.changepwd.messages |
Provides message objects for request, reply, and error messages.
|
| org.apache.directory.shared.kerberos.codec.krbError | |
| org.apache.directory.shared.kerberos.exceptions |
| 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 |
|---|---|
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 © 2003–2014 The Apache Software Foundation. All rights reserved.