org.idoox.security.pstore
Interface UserEntry


public interface UserEntry

Represents information about user store in UserStore.

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

Method Summary
 java.util.Map getProperties()
          Returns user properties that are managed by UserStore implementation.
 java.lang.Object getProperty(java.lang.String key)
          Lookups property value using given key
 java.lang.String getUserId()
          Returns Id of the user.
 

Method Detail

getUserId

public java.lang.String getUserId()
Returns Id of the user.

Returns:
user identification string

getProperties

public java.util.Map getProperties()
Returns user properties that are managed by UserStore implementation.

Returns:
properties of the user

getProperty

public java.lang.Object getProperty(java.lang.String key)
Lookups property value using given key

Parameters:
key - property key
Returns:
property value