Uses of Class
org.apache.directory.server.kerberos.shared.messages.value.PrincipalName

Packages that use PrincipalName
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. 
 

Uses of PrincipalName in org.apache.directory.server.changepw.value
 

Methods in org.apache.directory.server.changepw.value that return PrincipalName
 PrincipalName ChangePasswordData.getPrincipalName()
          Returns the principal name.
 

Methods in org.apache.directory.server.changepw.value with parameters of type PrincipalName
 void ChangePasswordDataModifier.setTargetName(PrincipalName principalName)
          Sets the target principal name whose password is to be changed.
 

Constructors in org.apache.directory.server.changepw.value with parameters of type PrincipalName
ChangePasswordData(byte[] password, PrincipalName principalName, java.lang.String realm)
          Creates a new instance of ChangePasswordData.
 

Uses of PrincipalName in org.apache.directory.server.kerberos.shared
 

Methods in org.apache.directory.server.kerberos.shared with parameters of type PrincipalName
static javax.security.auth.kerberos.KerberosPrincipal KerberosUtils.getKerberosPrincipal(PrincipalName principal, java.lang.String realm)
          Constructs a KerberosPrincipal from a PrincipalName and an optional realm
 

Uses of PrincipalName in org.apache.directory.server.kerberos.shared.io.decoder
 

Methods in org.apache.directory.server.kerberos.shared.io.decoder that return PrincipalName
static PrincipalName PrincipalNameDecoder.decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
          Decodes a DERSequence into a PrincipalName.
 

Uses of PrincipalName in org.apache.directory.server.kerberos.shared.io.encoder
 

Methods in org.apache.directory.server.kerberos.shared.io.encoder with parameters of type PrincipalName
static org.apache.directory.shared.asn1.der.DERSequence PrincipalNameEncoder.encode(PrincipalName name)
          Encodes a PrincipalName into a DERSequence.
 

Uses of PrincipalName in org.apache.directory.server.kerberos.shared.messages.components
 

Methods in org.apache.directory.server.kerberos.shared.messages.components that return PrincipalName
 PrincipalName Ticket.getSName()
          Returns the server PrincipalName.
 

Methods in org.apache.directory.server.kerberos.shared.messages.components with parameters of type PrincipalName
 void EncTicketPartModifier.setClientName(PrincipalName name)
          Sets the client PrincipalName.
 void AuthenticatorModifier.setClientName(PrincipalName name)
          Sets the client PrincipalName.
 void Ticket.setSName(PrincipalName sName)
          Set the server principalName
 

Uses of PrincipalName in org.apache.directory.server.kerberos.shared.messages.value
 

Methods in org.apache.directory.server.kerberos.shared.messages.value with parameters of type PrincipalName
 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-2011 Apache Software Foundation. All Rights Reserved.