Package | Description |
---|---|
org.apache.directory.server.changepw.value |
Provides the message object for the Change Password data payload.
|
org.apache.directory.server.kerberos.shared | |
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.components |
Provides major components of Kerberos messages.
|
org.apache.directory.server.kerberos.shared.messages.value |
Provides value object components of Kerberos messages.
|
Modifier and Type | Method and Description |
---|---|
PrincipalName |
ChangePasswordData.getPrincipalName()
Returns the principal name.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangePasswordDataModifier.setTargetName(PrincipalName principalName)
Sets the target principal name whose password is to be changed.
|
Constructor and Description |
---|
ChangePasswordData(byte[] password,
PrincipalName principalName,
String realm)
Creates a new instance of ChangePasswordData.
|
Modifier and Type | Method and Description |
---|---|
static KerberosPrincipal |
KerberosUtils.getKerberosPrincipal(PrincipalName principal,
String realm)
Constructs a KerberosPrincipal from a PrincipalName and an
optional realm
|
Modifier and Type | Method and Description |
---|---|
static PrincipalName |
PrincipalNameDecoder.decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
Decodes a
DERSequence into a PrincipalName . |
Modifier and Type | Method and Description |
---|---|
static org.apache.directory.shared.asn1.der.DERSequence |
PrincipalNameEncoder.encode(PrincipalName name)
Encodes a
PrincipalName into a DERSequence . |
Modifier and Type | Method and Description |
---|---|
PrincipalName |
Ticket.getSName()
Returns the server
PrincipalName . |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticatorModifier.setClientName(PrincipalName name)
Sets the client
PrincipalName . |
void |
EncTicketPartModifier.setClientName(PrincipalName name)
Sets the client
PrincipalName . |
void |
Ticket.setSName(PrincipalName sName)
Set the server principalName
|
Modifier and Type | Method and Description |
---|---|
void |
RequestBodyModifier.setClientName(PrincipalName clientName)
Sets the client
PrincipalName . |
void |
KerberosPrincipalModifier.setPrincipalName(PrincipalName principalName)
Sets the
PrincipalName . |
void |
RequestBodyModifier.setServerName(PrincipalName serverName)
Sets the server
PrincipalName . |
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.