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 TypeMethodDescriptiongetDynamicRoles(String userName, IPObject pobject) Get all dynamic roles of given user with relation to given object.
-
Method Details
-
getDynamicRoles
Get all dynamic roles of given user with relation to given object.- Parameters:
userName- user name (notnull)pobject- persisted object (notnull)- Returns:
CollectionofStringrole names (notnull)
-