Interface IPolicyBrowser<PEI extends IPolicyEntryInfo>
public interface IPolicyBrowser<PEI extends IPolicyEntryInfo>
- 
Method SummaryModifier and TypeMethodDescriptiongetObjectPolicy(String p_strObjectName) Get the policy for the given object.getPermissionsForContainer(String p_strName) Get the the permissions that are effectively assigned to the given container.getPermissionsForSet(String p_strName) Get the the permissions that are effectively assigned to the given set.getPermissionsForUser(String p_strName) Get the the permissions that are effectively assigned to the given user.
- 
Method Details- 
getObjectPolicyGet the policy for the given object.- Parameters:
- p_strObjectName- The name of object.
- Returns:
- The policy for the given object.
 
- 
getPermissionsForUserGet the the permissions that are effectively assigned to the given user.- Parameters:
- p_strName- The user's unique identifier.
- Returns:
- The permissions that are effectively assigned to the given user.
 
- 
getPermissionsForSetGet the the permissions that are effectively assigned to the given set.- Parameters:
- p_strName- The set's unique identifier.
- Returns:
- The permissions that are effectively assigned to the given set.
 
- 
getPermissionsForContainerGet the the permissions that are effectively assigned to the given container.- Parameters:
- p_strName- The container's unique identifier.
- Returns:
- The permissions that are effectively assigned to the given container.
 
 
-