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

Version:
$Rev: 540371 $, $Date: 2007-05-22 02:00:43 +0200 (Di, 22 Mai 2007) $
Author:
Apache Directory Project

Constructor Summary
ChangePasswordData(byte[] password, PrincipalName principalName, java.lang.String realm)
          Creates a new instance of ChangePasswordData.
 
Method Summary
 byte[] getPassword()
          Returns the password as bytes.
 PrincipalName getPrincipalName()
          Returns the principal name.
 java.lang.String getRealm()
          Returns the realm.
 
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)
Creates a new instance of ChangePasswordData.

Parameters:
password -
principalName -
realm -
Method Detail

getPassword

public byte[] getPassword()
Returns the password as bytes.

Returns:
The password as bytes.

getPrincipalName

public PrincipalName getPrincipalName()
Returns the principal name.

Returns:
The principal name.

getRealm

public java.lang.String getRealm()
Returns the realm.

Returns:
The realm.


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