Package com.netscape.certsrv.user
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 class
static class
-
Field Summary
Fields inherited from interface com.netscape.certsrv.util.JSONSerializer
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getAttribute
(String name) getEmail()
getID()
getPhone()
getState()
getType()
int
hashCode()
void
setAttribute
(String name, String value) void
void
setFullName
(String fullName) void
void
setPassword
(String password) void
void
void
void
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
Constructor Details
-
UserData
public UserData()
-
-
Method Details
-
getAttribute
-
setAttribute
-
getID
-
setID
-
getUserID
-
setUserID
-
getFullName
-
setFullName
-
getEmail
-
setEmail
-
getPassword
-
setPassword
-
getPhone
-
setPhone
-
getType
-
setType
-
getState
-
setState
-
hashCode
public int hashCode() -
equals
-
toString
-