Interface IDynamicRolesProviderRegistry


public interface IDynamicRolesProviderRegistry
Provider of dynamic roles.

Delegates the calls to registered IDynamicRolesProviders.

Version:
$Revision$ $Date$
Author:
Stepan Roh, Polarion Software
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    getDynamicRoles(String userName, IPObject pobject)
    Get all dynamic roles of given user with relation to given object.
  • Method Details

    • getDynamicRoles

      @NotNull Collection<String> getDynamicRoles(@Nullable String userName, @NotNull IPObject pobject)
      Get all dynamic roles of given user with relation to given object.
      Parameters:
      userName - user name (not null)
      pobject - persisted object (not null)
      Returns:
      Collection of String role names (not null)