Schnittstelle IPolicyBrowser<PEI extends IPolicyEntryInfo>
- Alle bekannten Implementierungsklassen:
de.uplanet.lucy.server.security.scripting.AbstractPolicyBrowser,GroovyPolicyBrowser
public interface IPolicyBrowser<PEI extends IPolicyEntryInfo>
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetObjectPolicy(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.
-
Methodendetails
-
getObjectPolicy
Get the policy for the given object.- Parameter:
p_strObjectName- The name of object.- Gibt zurück:
- The policy for the given object.
-
getPermissionsForUser
Get the the permissions that are effectively assigned to the given user.- Parameter:
p_strName- The user's unique identifier.- Gibt zurück:
- The permissions that are effectively assigned to the given user.
-
getPermissionsForSet
Get the the permissions that are effectively assigned to the given set.- Parameter:
p_strName- The set's unique identifier.- Gibt zurück:
- The permissions that are effectively assigned to the given set.
-
getPermissionsForContainer
Get the the permissions that are effectively assigned to the given container.- Parameter:
p_strName- The container's unique identifier.- Gibt zurück:
- The permissions that are effectively assigned to the given container.
-