public class ChangePasswordData extends Object
| Constructor and Description |
|---|
ChangePasswordData(byte[] password,
PrincipalName principalName,
String realm)
Creates a new instance of ChangePasswordData.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getPassword()
Returns the password as bytes.
|
PrincipalName |
getPrincipalName()
Returns the principal name.
|
String |
getRealm()
Returns the realm.
|
public ChangePasswordData(byte[] password,
PrincipalName principalName,
String realm)
password - principalName - realm - public byte[] getPassword()
public PrincipalName getPrincipalName()
public String getRealm()
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.