public class Credentials extends Object implements Serializable
Constructor and Description |
---|
Credentials(String username,
String password) |
Credentials(String username,
String password,
Map<String,String> attributes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAttribute(String key) |
Set<String> |
getAttributeKeys() |
Map<String,String> |
getAttributes() |
String |
getPassword() |
String |
getUsername() |
int |
hashCode() |
String |
toString() |
Copyright © 2021. All rights reserved.