public class SimplePassword extends Object implements Serializable
Constructor and Description |
---|
SimplePassword(char[] password) |
SimplePassword(String password) |
Modifier and Type | Method and Description |
---|---|
Properties |
asProperties() |
boolean |
equals(Object o) |
String |
getWord() |
int |
hashCode() |
String |
toString() |
public SimplePassword(String password)
public SimplePassword(char[] password)
public String getWord()
public Properties asProperties()
Copyright © 2021 JBoss by Red Hat. All rights reserved.