Uses of Class
org.apache.fulcrum.security.util.PermissionSet
Packages that use PermissionSet
Package
Description
-
Uses of PermissionSet in org.apache.fulcrum.security
Methods in org.apache.fulcrum.security that return PermissionSetModifier and TypeMethodDescriptionPermissionManager.getAllPermissions()
Retrieves all permissions defined in the system. -
Uses of PermissionSet in org.apache.fulcrum.security.model.dynamic
Methods in org.apache.fulcrum.security.model.dynamic that return PermissionSetModifier and TypeMethodDescriptionDynamicAccessControlList.getPermissions()
Retrieves a set of Permissions an user is assignedDynamicAccessControlList.getPermissions
(Group group) Retrieves a set of Permissions an user is assigned in a Group.DynamicAccessControlListImpl.getPermissions()
Retrieves a set of Permissions an user is assigned in the global Group.DynamicAccessControlListImpl.getPermissions
(Group group) Retrieves a set of Permissions an user is assigned in a Group. -
Uses of PermissionSet in org.apache.fulcrum.security.model.dynamic.entity
Methods in org.apache.fulcrum.security.model.dynamic.entity that return PermissionSetModifier and TypeMethodDescriptionDynamicRole.getPermissions()
Get the permission that are part of this roleMethods in org.apache.fulcrum.security.model.dynamic.entity with parameters of type PermissionSetModifier and TypeMethodDescriptionvoid
DynamicRole.setPermissions
(PermissionSet permissionSet) Set the permission that are part of this role -
Uses of PermissionSet in org.apache.fulcrum.security.model.dynamic.entity.impl
Methods in org.apache.fulcrum.security.model.dynamic.entity.impl that return PermissionSetModifier and TypeMethodDescriptionDynamicRoleImpl.getPermissions()
Get the permission that are part of this roleMethods in org.apache.fulcrum.security.model.dynamic.entity.impl with parameters of type PermissionSetModifier and TypeMethodDescriptionvoid
DynamicRoleImpl.setPermissions
(PermissionSet permissionSet) Set the permission that are part of this role -
Uses of PermissionSet in org.apache.fulcrum.security.model.turbine
Methods in org.apache.fulcrum.security.model.turbine that return PermissionSetModifier and TypeMethodDescriptionTurbineAccessControlList.getPermissions()
Retrieves a set of Permissions an user is assigned in the global Group.TurbineAccessControlList.getPermissions
(Group group) Retrieves a set of Permissions an user is assigned in a Group.TurbineAccessControlListImpl.getPermissions()
Retrieves a set of Permissions an user is assigned in the global Group.TurbineAccessControlListImpl.getPermissions
(Group group) Retrieves a set of Permissions an user is assigned in a Group. -
Uses of PermissionSet in org.apache.fulcrum.security.model.turbine.entity
Methods in org.apache.fulcrum.security.model.turbine.entity that return PermissionSetModifier and TypeMethodDescriptionTurbineRole.getPermissions()
Get the permission that are part of this roleMethods in org.apache.fulcrum.security.model.turbine.entity with parameters of type PermissionSetModifier and TypeMethodDescriptionvoid
TurbineRole.setPermissions
(PermissionSet permissionSet) Set the permission that are part of this role -
Uses of PermissionSet in org.apache.fulcrum.security.model.turbine.entity.impl
Methods in org.apache.fulcrum.security.model.turbine.entity.impl that return PermissionSetModifier and TypeMethodDescriptionTurbineRoleImpl.getPermissions()
Get the permission that are part of this roleMethods in org.apache.fulcrum.security.model.turbine.entity.impl with parameters of type PermissionSetModifier and TypeMethodDescriptionvoid
TurbineRoleImpl.setPermissions
(PermissionSet permissionSet) Set the permission that are part of this role