Uses of Enum Class
edu.internet2.middleware.grouper.permissions.PermissionAllowed
Packages that use PermissionAllowed
Package
Description
-
Uses of PermissionAllowed in edu.internet2.middleware.grouper.attr.assign
Methods in edu.internet2.middleware.grouper.attr.assign with parameters of type PermissionAllowedModifier and TypeMethodDescriptionAttributeAssignBaseDelegate.assignAttribute
(String action, AttributeDefName attributeDefName, PermissionAllowed permissionAllowed) AttributeAssignBaseDelegate.internal_assignAttributeHelper
(String action, AttributeDefName attributeDefName, boolean checkSecurity, String uuid, PermissionAllowed permissionAllowed) -
Uses of PermissionAllowed in edu.internet2.middleware.grouper.permissions
Methods in edu.internet2.middleware.grouper.permissions that return PermissionAllowedModifier and TypeMethodDescriptionstatic PermissionAllowed
PermissionAllowed.fromDisallowedBoolean
(boolean disallowed) convert from disallowed boolean to the enumstatic PermissionAllowed
Returns the enum constant of this class with the specified name.static PermissionAllowed[]
PermissionAllowed.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.internet2.middleware.grouper.permissions with parameters of type PermissionAllowedModifier and TypeMethodDescriptionPermissionRoleDelegate.assignRolePermission
(AttributeDefName attributeDefName, PermissionAllowed permissionAllowed) add a permission to a role, which means that any subject in the role will get this permission, and any role in the roleSet directed graph will also get the permissionPermissionRoleDelegate.assignRolePermission
(String action, AttributeDefName attributeDefName, PermissionAllowed permissionAllowed) add a permission to a role, which means that any subject in the role will get this permission, and any role in the roleSet directed graph will also get the permissionPermissionRoleDelegate.assignSubjectRolePermission
(AttributeDefName attributeDefName, Member member, PermissionAllowed permissionAllowed) add a permission to a role / subject pair (effective membership)PermissionRoleDelegate.assignSubjectRolePermission
(AttributeDefName attributeDefName, Subject subject, PermissionAllowed permissionAllowed) add a permission to a role / subject pair (effective membership)PermissionRoleDelegate.assignSubjectRolePermission
(String action, AttributeDefName attributeDefName, Member member, PermissionAllowed permissionAllowed) add a permission to a role / subject pair (effective membership)PermissionRoleDelegate.assignSubjectRolePermission
(String action, AttributeDefName attributeDefName, Subject subject, PermissionAllowed permissionAllowed) add a permission to a role / subject pair (effective membership)