fr.paris.lutece.plugins.workflow.service.security
Interface IWorkflowUserAttributesManager

All Known Implementing Classes:
WorkflowUserAttributesManager

public interface IWorkflowUserAttributesManager

IWorkflowUserAttributesManager


Method Summary
 java.lang.String getAttribute(java.lang.String strUserId, java.lang.String strAttribute)
          Get the attribute
 java.util.Map<java.lang.String,java.lang.String> getAttributes(java.lang.String strUserId)
          Get the attributes
 boolean isEnabled()
          Check if the UserAttributesService is enabled
 void setUserAttributesService(fr.paris.lutece.portal.service.security.UserAttributesService userAttributesService)
          Set the UserAttributesService
 

Method Detail

isEnabled

boolean isEnabled()
Check if the UserAttributesService is enabled

Returns:
true if the service is enabled, false otherwise

setUserAttributesService

void setUserAttributesService(fr.paris.lutece.portal.service.security.UserAttributesService userAttributesService)
Set the UserAttributesService

Parameters:
userAttributesService - the UserAttributesService

getAttribute

java.lang.String getAttribute(java.lang.String strUserId,
                              java.lang.String strAttribute)
Get the attribute

Parameters:
strUserId - the id user guid
strAttribute - the attribute
Returns:
the attribute value

getAttributes

java.util.Map<java.lang.String,java.lang.String> getAttributes(java.lang.String strUserId)
Get the attributes

Parameters:
strUserId - the user id
Returns:
a map of attribute key - attribute value


Copyright © 2012 Mairie de Paris. All Rights Reserved.