org.apache.directory.server.changepw.value
Class ChangePasswordData

java.lang.Object
  extended by org.apache.directory.server.changepw.value.ChangePasswordData

public class ChangePasswordData
extends java.lang.Object


Constructor Summary
ChangePasswordData(byte[] password, PrincipalName principalName, java.lang.String realm)
           
 
Method Summary
 byte[] getPassword()
           
 PrincipalName getPrincipalName()
           
 java.lang.String getRealm()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangePasswordData

public ChangePasswordData(byte[] password,
                          PrincipalName principalName,
                          java.lang.String realm)
Method Detail

getPassword

public byte[] getPassword()

getPrincipalName

public PrincipalName getPrincipalName()

getRealm

public java.lang.String getRealm()


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.