Package | Description |
---|---|
org.apache.directory.server.kerberos.changepwd.messages |
Provides message objects for request, reply, and error messages.
|
org.apache.directory.shared.kerberos.codec | |
org.apache.directory.shared.kerberos.codec.apRep |
Modifier and Type | Method and Description |
---|---|
ApRep |
ChangePasswordReply.getApplicationReply()
Returns the
ApplicationReply . |
Constructor and Description |
---|
ChangePasswordReply(ApRep applicationReply,
KrbPriv privateMessage) |
ChangePasswordReply(short versionNumber,
ApRep applicationReply,
KrbPriv privateMessage)
Creates a new instance of ChangePasswordReply.
|
Modifier and Type | Method and Description |
---|---|
static ApRep |
KerberosDecoder.decodeApRep(byte[] data)
Decode a AP-REP structure
|
Modifier and Type | Method and Description |
---|---|
ApRep |
ApRepContainer.getApRep() |
Modifier and Type | Method and Description |
---|---|
void |
ApRepContainer.setApRep(ApRep apRep)
Set an ApRep Object into the container.
|
Copyright © 2018. All rights reserved.