| Package | Description |
|---|---|
| org.apache.directory.server.kerberos.changepwd.messages |
Provides message objects for request, reply, and error messages.
|
| org.apache.directory.server.kerberos.protocol.codec | |
| org.apache.directory.shared.kerberos.codec.krbPriv |
| Modifier and Type | Method and Description |
|---|---|
KrbPriv |
ChangePasswordRequest.getPrivateMessage()
Returns the
PrivateMessage. |
KrbPriv |
ChangePasswordReply.getPrivateMessage()
Returns the
PrivateMessage. |
| Constructor and Description |
|---|
ChangePasswordReply(ApRep applicationReply,
KrbPriv privateMessage) |
ChangePasswordReply(short versionNumber,
ApRep applicationReply,
KrbPriv privateMessage)
Creates a new instance of ChangePasswordReply.
|
ChangePasswordRequest(ApReq authHeader,
KrbPriv privateMessage) |
ChangePasswordRequest(short versionNumber,
ApReq authHeader,
KrbPriv privateMessage)
Creates a new instance of ChangePasswordRequest.
|
| Modifier and Type | Method and Description |
|---|---|
static KrbPriv |
KerberosDecoder.decodeKrbPriv(byte[] data)
Decode a KRB-PRIV structure
|
| Modifier and Type | Method and Description |
|---|---|
KrbPriv |
KrbPrivContainer.getKrbPriv() |
| Modifier and Type | Method and Description |
|---|---|
void |
KrbPrivContainer.setKrbPriv(KrbPriv krbPriv)
Set a KrbPriv Object into the container.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.