| Package | Description |
|---|---|
| org.apache.directory.kerberos.client | |
| org.apache.directory.server.kerberos.changepwd.io |
Provides encoders and decoders for request, reply, error, and data
payload conversions.
|
| org.apache.directory.server.kerberos.changepwd.messages |
Provides message objects for request, reply, and error messages.
|
| org.apache.directory.server.kerberos.kdc |
Provides the entry point to an instance of the
KdcServer
(KDC), as well as classes common to the KDC's two services: the
Authentication Service (AS) and the Ticket-Granting Service (TGS). |
| org.apache.directory.server.kerberos.shared.store |
Provides the implementation for storing Kerberos principals
and symmetric keys backed by JNDI.
|
| org.apache.directory.shared.kerberos.codec |
| Modifier and Type | Method and Description |
|---|---|
ChangePasswordResult |
KdcConnection.changePassword(String clientPrincipal,
String oldPassword,
String newPassword) |
| Modifier and Type | Method and Description |
|---|---|
static AbstractPasswordMessage |
ChangePasswordDecoder.decode(ByteBuffer buf,
boolean isTcp) |
| Modifier and Type | Method and Description |
|---|---|
static ChangePasswordRequest |
ChangePasswordRequest.decode(ByteBuffer buf)
Decodes a
ByteBuffer into a ChangePasswordRequest. |
static ChangePasswordError |
ChangePasswordError.decode(ByteBuffer buf)
Decodes a
ByteBuffer into a ChangePasswordError. |
static ChangePasswordReply |
ChangePasswordReply.decode(ByteBuffer buf)
Decodes a
ByteBuffer into a ChangePasswordReply. |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryPrincipalStore.changePassword(KerberosPrincipal byPrincipal,
KerberosPrincipal forPrincipal,
String newPassword,
boolean isInitialTicket)
Change a principal's password.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrincipalStore.changePassword(KerberosPrincipal byPrincipal,
KerberosPrincipal forPrincipal,
String newPassword,
boolean isInitialTicket)
Change a principal's password.
|
| Modifier and Type | Method and Description |
|---|---|
static EncTgsRepPart |
KerberosDecoder.decodeEncTgsRepPart(byte[] data)
Decode an EncTgsRepPart structure
|
Copyright © 2021. All rights reserved.