Class UserData
java.lang.Object
com.netscape.certsrv.user.UserData
- All Implemented Interfaces:
JSONSerializer
- Author:
- Endi S. Dewata
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields inherited from interface JSONSerializer
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAttribute(String name) getEmail()getID()getPhone()getState()getType()inthashCode()voidsetAttribute(String name, String value) voidsetAttributes(Map<String, String> attributes) voidvoidsetFullName(String fullName) voidvoidsetPassword(String password) voidvoidvoidvoidtoString()Methods inherited from interface JSONSerializer
toJSON
-
Constructor Details
-
UserData
public UserData()
-
-
Method Details
-
getAttributes
-
setAttributes
-
getAttribute
-
setAttribute
-
getID
-
setID
-
getUserID
-
setUserID
-
getFullName
-
setFullName
-
getEmail
-
setEmail
-
getPassword
-
setPassword
-
getPhone
-
setPhone
-
getType
-
setType
-
getState
-
setState
-
hashCode
-
equals
-
toString
-