public class StoredCredentials extends Object
| Constructor and Description |
|---|
StoredCredentials() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPassword() |
String |
getRoleName() |
int |
hashCode() |
StoredCredentials |
password(String password) |
StoredCredentials |
roleName(String roleName) |
void |
setPassword(String password) |
void |
setRoleName(String roleName) |
String |
toString() |
public StoredCredentials roleName(String roleName)
public String getRoleName()
public void setRoleName(String roleName)
public StoredCredentials password(String password)
public String getPassword()
public void setPassword(String password)
Copyright © 2020. All rights reserved.