public class StaticIdentity extends Object
| Constructor and Description |
|---|
StaticIdentity()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsHash() |
String |
getPassword() |
String |
getUsername() |
void |
setIsHash(boolean isHash) |
void |
setPassword(String password) |
void |
setUsername(String username) |
public boolean getIsHash()
public void setIsHash(boolean isHash)
isHash - the isHash to setpublic String getUsername()
public void setUsername(String username)
username - the username to setpublic String getPassword()
public void setPassword(String password)
password - the password to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.