|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.idoox.security.pstore.PropertyEntry
Represents user property. The UserStore
implementation
can use this class to represent user property.
UserStore
Field Summary | |
java.lang.String |
key
the key of the property |
byte[] |
value
the serialized property associated with key. |
Constructor Summary | |
PropertyEntry()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String key
public byte[] value
Constructor Detail |
public PropertyEntry()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |