Package | Description |
---|---|
org.apache.directory.server.changepw.messages |
Provides message objects for request, reply, and error messages.
|
org.apache.directory.server.kerberos.protocol |
Provides the
org.apache.mina.common.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.server.kerberos.shared.io.decoder |
Provides the decoders for Kerberos message objects.
|
org.apache.directory.server.kerberos.shared.io.encoder |
Provides the encoders for Kerberos message objects.
|
org.apache.directory.server.kerberos.shared.messages |
Provides base message objects for Kerberos request and
reply messages.
|
Modifier and Type | Method and Description |
---|---|
ErrorMessage |
ChangePasswordError.getErrorMessage()
Returns the
ErrorMessage . |
Modifier and Type | Method and Description |
---|---|
void |
ChangePasswordErrorModifier.setErrorMessage(ErrorMessage errorMessage)
Sets the
ErrorMessage . |
Constructor and Description |
---|
ChangePasswordError(short versionNumber,
ErrorMessage errorMessage)
Creates a new instance of ChangePasswordError.
|
Modifier and Type | Method and Description |
---|---|
protected ErrorMessage |
KerberosProtocolHandler.getErrorMessage(KerberosPrincipal principal,
KerberosException exception) |
Modifier and Type | Method and Description |
---|---|
protected void |
KerberosProtocolHandler.logErrorMessage(ErrorMessage error) |
Modifier and Type | Method and Description |
---|---|
ErrorMessage |
ErrorMessageDecoder.decode(ByteBuffer in)
Decodes a
ByteBuffer into an ErrorMessage . |
Modifier and Type | Method and Description |
---|---|
byte[] |
ErrorMessageEncoder.encode(ErrorMessage message)
Encodes an
ErrorMessage into a byte array. |
void |
ErrorMessageEncoder.encode(ErrorMessage message,
ByteBuffer out)
Encodes an
ErrorMessage into a ByteBuffer . |
Modifier and Type | Method and Description |
---|---|
ErrorMessage |
ErrorMessageModifier.getErrorMessage()
Returns the
ErrorMessage . |
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.