|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.systinet.wasp.admin.security.UserProperty
User property.
| Constructor Summary | |
UserProperty()
Creates a new instance of UserProperty |
|
UserProperty(java.lang.String name,
byte[] value)
Creates a new instance of UserProperty with specified values. |
|
| Method Summary | |
java.lang.String |
getPropertyName()
Getter for property propertyName. |
byte[] |
getPropertyValue()
Getter for property propertyValue. |
static UserProperty[] |
mapToArray(java.util.Map map)
Helps to create array of property objects from map. |
void |
setPropertyName(java.lang.String propertyName)
Setter for property propertyName. |
void |
setPropertyValue(byte[] propertyValue)
Setter for property propertyValue. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UserProperty()
public UserProperty(java.lang.String name,
byte[] value)
name - name of the propertyvalue - value of the property| Method Detail |
public java.lang.String getPropertyName()
public void setPropertyName(java.lang.String propertyName)
propertyName - New value of property propertyName.public byte[] getPropertyValue()
public void setPropertyValue(byte[] propertyValue)
propertyValue - New value of property propertyValue.public static UserProperty[] mapToArray(java.util.Map map)
map - map from property names to byte arrays (values)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||