fr.paris.lutece.portal.service.security
Interface UserAttributesService


public interface UserAttributesService

User Attributes Service Interface


Method Summary
 java.lang.String getAttribute(java.lang.String strUserId, java.lang.String strAttribute)
          Get an attribute for a given user
 java.util.Map getAttributes(java.lang.String strUserId)
          Get a map of attributes for a given user
 

Method Detail

getAttribute

java.lang.String getAttribute(java.lang.String strUserId,
                              java.lang.String strAttribute)
Get an attribute for a given user

Parameters:
strUserId - The User ID
strAttribute - The attribute name
Returns:
The attribute value

getAttributes

java.util.Map getAttributes(java.lang.String strUserId)
Get a map of attributes for a given user

Parameters:
strUserId - The User ID
Returns:
The map of attributes


Copyright © 2012 Mairie de Paris. All Rights Reserved.