Package org.duracloud.common.model
Class Credential
- java.lang.Object
-
- org.duracloud.common.model.SimpleCredential
-
- org.duracloud.common.model.Credential
-
- All Implemented Interfaces:
Serializable
public class Credential extends SimpleCredential implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.duracloud.common.model.SimpleCredential
password, username
-
-
Constructor Summary
Constructors Constructor Description Credential()Credential(String username, String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)intgetId()IntegergetIsEnabled()Default value is '1'inthashCode()booleanhasId()voidsetEnabled(Integer isEnabled)voidsetId(int id)StringtoString()-
Methods inherited from class org.duracloud.common.model.SimpleCredential
getPassword, getUsername, setPassword, setUsername
-
-