|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.systinet.wasp.admin.security.RawUserEntry
User Entry but instead of map there is an array of property objects.
Constructor Summary | |
RawUserEntry()
Constructs empty object |
|
RawUserEntry(java.lang.String userId,
UserProperty[] properties)
Constructs object with specified values |
Method Summary | |
UserProperty[] |
getProperties()
Returns all properties of the user. |
java.lang.String |
getUserId()
Returns Id of the user. |
void |
setProperties(UserProperty[] properties)
Sets all properties of the user. |
void |
setUserId(java.lang.String userId)
Sets Id of the user. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RawUserEntry()
public RawUserEntry(java.lang.String userId, UserProperty[] properties)
userId
- user identificationproperties
- array of property objectsMethod Detail |
public java.lang.String getUserId()
public void setUserId(java.lang.String userId)
userId
- The UserId valuepublic UserProperty[] getProperties()
public void setProperties(UserProperty[] properties)
properties
- The Properties of the user
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |