Uses of Class
org.apache.fulcrum.security.util.GroupSet
Packages that use GroupSet
Package
Description
-
Uses of GroupSet in org.apache.fulcrum.security
Methods in org.apache.fulcrum.security that return GroupSetModifier and TypeMethodDescriptionGroupManager.getAllGroups()
Retrieves all groups defined in the system. -
Uses of GroupSet in org.apache.fulcrum.security.model.basic
Methods in org.apache.fulcrum.security.model.basic that return GroupSetModifier and TypeMethodDescriptionBasicAccessControlList.getGroups()
Retrieves all groups for a userBasicAccessControlListImpl.getGroups()
Retrieves a set of Groups an user is assignedConstructors in org.apache.fulcrum.security.model.basic with parameters of type GroupSetModifierConstructorDescriptionBasicAccessControlListImpl
(GroupSet groupSet) Constructs a new AccessControlList. -
Uses of GroupSet in org.apache.fulcrum.security.model.basic.entity
Methods in org.apache.fulcrum.security.model.basic.entity that return GroupSetMethods in org.apache.fulcrum.security.model.basic.entity with parameters of type GroupSet -
Uses of GroupSet in org.apache.fulcrum.security.model.basic.entity.impl
Methods in org.apache.fulcrum.security.model.basic.entity.impl that return GroupSetMethods in org.apache.fulcrum.security.model.basic.entity.impl with parameters of type GroupSet -
Uses of GroupSet in org.apache.fulcrum.security.model.dynamic
Methods in org.apache.fulcrum.security.model.dynamic with parameters of type GroupSetModifier and TypeMethodDescriptionboolean
DynamicAccessControlList.hasPermission
(String permissionName, GroupSet groupset) Checks if the user is assigned a specifie Permission in any of the given Groupsboolean
DynamicAccessControlList.hasPermission
(Permission permission, GroupSet groupset) Checks if the user is assigned a specific Permission in any of the given Groupsboolean
DynamicAccessControlListImpl.hasPermission
(String permissionName, GroupSet groupset) Checks if the user is assigned a specific Permission in any of the given Groupsboolean
DynamicAccessControlListImpl.hasPermission
(Permission permission, GroupSet groupset) Checks if the user is assigned a specific Permission in any of the given Groupsboolean
Checks if the user is assigned a specifie Role in any of the given Groupsboolean
Checks if the user is assigned a specific Role in any of the given Groupsboolean
Checks if the user is assigned a specific Role in any of the given Groupsboolean
Checks if the user is assigned a specific Role in any of the given Groups -
Uses of GroupSet in org.apache.fulcrum.security.model.dynamic.entity
Methods in org.apache.fulcrum.security.model.dynamic.entity that return GroupSetMethods in org.apache.fulcrum.security.model.dynamic.entity with parameters of type GroupSet -
Uses of GroupSet in org.apache.fulcrum.security.model.dynamic.entity.impl
Methods in org.apache.fulcrum.security.model.dynamic.entity.impl that return GroupSetModifier and TypeMethodDescriptionDynamicRoleImpl.getGroups()
Get the groups this role belongs toMethods in org.apache.fulcrum.security.model.dynamic.entity.impl with parameters of type GroupSet -
Uses of GroupSet in org.apache.fulcrum.security.model.turbine
Methods in org.apache.fulcrum.security.model.turbine that return GroupSetModifier and TypeMethodDescriptionTurbineAccessControlList.getGroupSet()
Retrieves a set of Groups an user is assigned to.TurbineAccessControlListImpl.getGroupSet()
Methods in org.apache.fulcrum.security.model.turbine with parameters of type GroupSetModifier and TypeMethodDescriptionboolean
TurbineAccessControlList.hasPermission
(String permissionName, GroupSet groupset) Checks if the user is assigned a specifie Permission in any of the given Groupsboolean
TurbineAccessControlList.hasPermission
(Permission permission, GroupSet groupset) Checks if the user is assigned a specific Permission in any of the given Groupsboolean
TurbineAccessControlListImpl.hasPermission
(String permissionName, GroupSet groupset) Checks if the user is assigned a specific Permission in any of the given Groupsboolean
TurbineAccessControlListImpl.hasPermission
(Permission permission, GroupSet groupset) Checks if the user is assigned a specific Permission in any of the given Groupsboolean
Checks if the user is assigned a specifie Role in any of the given Groupsboolean
Checks if the user is assigned a specific Role in any of the given Groupsboolean
Checks if the user is assigned a specific Role in any of the given Groupsboolean
Checks if the user is assigned a specific Role in any of the given Groups