public class HashedUser extends Object
Constructor and Description |
---|
HashedUser(String name,
char[] password) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
byte[] |
getEncodedPassword() |
static byte[] |
getMD5(byte[] data) |
String |
getName() |
char[] |
getPassword() |
boolean |
isDeleted() |
boolean |
isModified() |
void |
restorePassword(char[] password) |
void |
saved() |
void |
setPassword(char[] password) |
String |
toString() |
public HashedUser(String name, char[] password)
public static byte[] getMD5(byte[] data)
public String getName()
public char[] getPassword()
public void setPassword(char[] password)
public void restorePassword(char[] password)
public byte[] getEncodedPassword()
public boolean isModified()
public boolean isDeleted()
public void delete()
public void saved()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.