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


public interface UserAttributesService

User Attributes Service Interface


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

Method Detail

getAttribute

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

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

getAttributes

Map getAttributes(String strUserId)
Get a map of attributes for a given user

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


Copyright © 2014 Mairie de Paris. All Rights Reserved.