Class PolicyBrowser
- java.lang.Object
-
- de.uplanet.lucy.server.auxiliaries.security.PolicyBrowser
-
public final class PolicyBrowser extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PolicyEntryInfo>getObjectPolicy(String p_strObjectName)Get the policy for the given object.PermissionCollectionInfogetPermissionsForContainer(String p_strName)Get the the permissions that are effectively assigned to the given container.PermissionCollectionInfogetPermissionsForSet(String p_strName)Get the the permissions that are effectively assigned to the given set.PermissionCollectionInfogetPermissionsForUser(String p_strName)Get the the permissions that are effectively assigned to the given user.
-
-
-
Method Detail
-
getObjectPolicy
public List<PolicyEntryInfo> getObjectPolicy(String p_strObjectName)
Get the policy for the given object.- Parameters:
p_strObjectName- The name of object.- Returns:
- The policy for the given object.
-
getPermissionsForUser
public PermissionCollectionInfo getPermissionsForUser(String p_strName)
Get 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.
-
getPermissionsForSet
public PermissionCollectionInfo getPermissionsForSet(String p_strName)
Get 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.
-
getPermissionsForContainer
public PermissionCollectionInfo getPermissionsForContainer(String p_strName)
Get 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.
-
-