Package org.opennms.features.scv.api
Class Credentials
- java.lang.Object
-
- org.opennms.features.scv.api.Credentials
-
- All Implemented Interfaces:
Serializable
public class Credentials extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Credentials(String username, String password)
Credentials(String username, String password, Map<String,String> attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getAttribute(String key)
Set<String>
getAttributeKeys()
Map<String,String>
getAttributes()
String
getPassword()
String
getUsername()
int
hashCode()
String
toString()
-