Class GroovyIxAccessController.GroovyIxAccessControllerDelegate
java.lang.Object
de.uplanet.lucy.server.scripting.groovy.security.permission.GroovyIxAccessController.GroovyIxAccessControllerDelegate
- Enclosing class:
GroovyIxAccessController
-
Method Summary
Modifier and TypeMethodDescriptionbooleanapplication(Map<String, String> p_permissions) Check forApplicationPermissions.booleanCheck forCmsPermissions.booleanconfiguration(Map<String, String> p_permissions) Check forConfigurationPermissions.booleanCheck forDataFieldPermissions.booleanCheck forDatagroupPermissions.booleanCheck forDsClassPermissions.booleandsContainer(Map<String, String> p_permissions) Check forDsContainerPermissions.booleanCheck forDsSetPermissions.booleanCheck forDsUserPermissions.booleanfileWalkerConnection(Map<String, String> p_permissions) Check forFileWalkerConnectionPermissions.booleanfileWalkerControl(Map<String, String> p_permissions) Check forFileWalkerControlPermissions.booleanCheck forMenuPermissions.booleanCheck forPagePermissions.booleanCheck forPolicyPermissions.booleanCheck forPortalPermissions.booleanwebServiceAdministration(Map<String, String> p_permissions) Check forWebServiceAdministrationPermissions.
-
Method Details
-
policy
Check forPolicyPermissions.- Parameters:
p_permissions- A map of permission names to the required actions.- Returns:
- If a boolean test is being performed:
trueif all permissions are granted, orfalseotherwise. - Throws:
AccessControlException- If a normal permission check is performed and not all of the given permissions are granted.
-
portal
Check forPortalPermissions.- Parameters:
p_permissions- A map of permission names to the required actions.- Returns:
- If a boolean test is being performed:
trueif all permissions are granted, orfalseotherwise. - Throws:
AccessControlException- If a normal permission check is performed and not all of the given permissions are granted.
-
application
Check forApplicationPermissions.- Parameters:
p_permissions- A map of permission names to the required actions.- Returns:
- If a boolean test is being performed:
trueif all permissions are granted, orfalseotherwise. - Throws:
AccessControlException- If a normal permission check is performed and not all of the given permissions are granted.
-
dataGroup
Check forDatagroupPermissions.- Parameters:
p_permissions- A map of permission names to the required actions.- Returns:
- If a boolean test is being performed:
trueif all permissions are granted, orfalseotherwise. - Throws:
AccessControlException- If a normal permission check is performed and not all of the given permissions are granted.
-
dataField
Check forDataFieldPermissions.- Parameters:
p_permissions- A map of permission names to the required actions.- Returns:
- If a boolean test is being performed:
trueif all permissions are granted, orfalseotherwise. - Throws:
AccessControlException- If a normal permission check is performed and not all of the given permissions are granted.
-
page
Check forPagePermissions.- Parameters:
p_permissions- A map of permission names to the required actions.- Returns:
- If a boolean test is being performed:
trueif all permissions are granted, orfalseotherwise. - Throws:
AccessControlException- If a normal permission check is performed and not all of the given permissions are granted.
-
cms
Check forCmsPermissions.- Parameters:
p_permissions- A map of permission names to the required actions.- Returns:
- If a boolean test is being performed:
trueif all permissions are granted, orfalseotherwise. - Throws:
AccessControlException- If a normal permission check is performed and not all of the given permissions are granted.
-
configuration
Check forConfigurationPermissions.- Parameters:
p_permissions- A map of permission names to the required actions.- Returns:
- If a boolean test is being performed:
trueif all permissions are granted, orfalseotherwise. - Throws:
AccessControlException- If a normal permission check is performed and not all of the given permissions are granted.
-
webServiceAdministration
Check forWebServiceAdministrationPermissions.- Parameters:
p_permissions- A map of permission names to the required actions.- Returns:
- If a boolean test is being performed:
trueif all permissions are granted, orfalseotherwise. - Throws:
AccessControlException- If a normal permission check is performed and not all of the given permissions are granted.
-
dsClass
Check forDsClassPermissions.- Parameters:
p_permissions- A map of permission names to the required actions.- Returns:
- If a boolean test is being performed:
trueif all permissions are granted, orfalseotherwise. - Throws:
AccessControlException- If a normal permission check is performed and not all of the given permissions are granted.
-
dsUser
Check forDsUserPermissions.- Parameters:
p_permissions- A map of permission names to the required actions.- Returns:
- If a boolean test is being performed:
trueif all permissions are granted, orfalseotherwise. - Throws:
AccessControlException- If a normal permission check is performed and not all of the given permissions are granted.
-
dsSet
Check forDsSetPermissions.- Parameters:
p_permissions- A map of permission names to the required actions.- Returns:
- If a boolean test is being performed:
trueif all permissions are granted, orfalseotherwise. - Throws:
AccessControlException- If a normal permission check is performed and not all of the given permissions are granted.
-
dsContainer
Check forDsContainerPermissions.- Parameters:
p_permissions- A map of permission names to the required actions.- Returns:
- If a boolean test is being performed:
trueif all permissions are granted, orfalseotherwise. - Throws:
AccessControlException- If a normal permission check is performed and not all of the given permissions are granted.
-
fileWalkerConnection
Check forFileWalkerConnectionPermissions.- Parameters:
p_permissions- A map of permission names to the required actions.- Returns:
- If a boolean test is being performed:
trueif all permissions are granted, orfalseotherwise. - Throws:
AccessControlException- If a normal permission check is performed and not all of the given permissions are granted.
-
fileWalkerControl
Check forFileWalkerControlPermissions.- Parameters:
p_permissions- A map of permission names to the required actions.- Returns:
- If a boolean test is being performed:
trueif all permissions are granted, orfalseotherwise. - Throws:
AccessControlException- If a normal permission check is performed and not all of the given permissions are granted.
-