org.idoox.security.pstore
Class PropertyEntry

java.lang.Object
  extended byorg.idoox.security.pstore.PropertyEntry

public class PropertyEntry
extends java.lang.Object

Represents user property. The UserStore implementation can use this class to represent user property.

Since:
4.0
See Also:
UserStore
Component:
Security-Core

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

key

public java.lang.String key
the key of the property


value

public byte[] value
the serialized property associated with key. The method is used for saving serialized property to the database.

Constructor Detail

PropertyEntry

public PropertyEntry()