|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.changepw.value.ChangePasswordData
public class ChangePasswordData
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 |
---|
public ChangePasswordData(byte[] password, PrincipalName principalName, java.lang.String realm)
password
- principalName
- realm
- Method Detail |
---|
public byte[] getPassword()
public PrincipalName getPrincipalName()
public java.lang.String getRealm()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |