Uses of Class
org.apache.fulcrum.security.util.RoleSet
Packages that use RoleSet
Package
Description
-
Uses of RoleSet in org.apache.fulcrum.security
Methods in org.apache.fulcrum.security that return RoleSetModifier and TypeMethodDescriptionRoleManager.getAllRoles()
Retrieves all roles defined in the system. -
Uses of RoleSet in org.apache.fulcrum.security.model.dynamic
Methods in org.apache.fulcrum.security.model.dynamic that return RoleSetModifier and TypeMethodDescriptionDynamicAccessControlList.getRoles()
Retrieves all roles for a userRetrieves a set of Roles an user is assigned in a Group.DynamicAccessControlListImpl.getRoles()
Retrieves a set of Roles an user is assigned in the global Group.Retrieves a set of Roles an user is assigned in a Group.Constructor parameters in org.apache.fulcrum.security.model.dynamic with type arguments of type RoleSetModifierConstructorDescriptionDynamicAccessControlListImpl
(Map<? extends Group, ? extends RoleSet> roleSets, Map<? extends Role, ? extends PermissionSet> permissionSets) Constructs a new AccessControlList. -
Uses of RoleSet in org.apache.fulcrum.security.model.dynamic.entity
Methods in org.apache.fulcrum.security.model.dynamic.entity that return RoleSetModifier and TypeMethodDescriptionDynamicGroup.getRoles()
Get the roles that are part of this groupDynamicPermission.getRoles()
Get the roles that this permission belongs toMethods in org.apache.fulcrum.security.model.dynamic.entity with parameters of type RoleSet -
Uses of RoleSet in org.apache.fulcrum.security.model.dynamic.entity.impl
Methods in org.apache.fulcrum.security.model.dynamic.entity.impl that return RoleSetModifier and TypeMethodDescriptionDynamicGroupImpl.getRoles()
Get the roles that are part of this groupDynamicPermissionImpl.getRoles()
Get the roles that this permission belongs toMethods in org.apache.fulcrum.security.model.dynamic.entity.impl with parameters of type RoleSet -
Uses of RoleSet in org.apache.fulcrum.security.model.turbine
Methods in org.apache.fulcrum.security.model.turbine that return RoleSetModifier and TypeMethodDescriptionTurbineAccessControlList.getRoles()
Retrieves a set of Roles an user is assigned in the global Group.Retrieves a set of Roles an user is assigned in a Group.TurbineAccessControlListImpl.getRoles()
Retrieves a set of Roles an user is assigned in the global Group.Retrieves a set of Roles an user is assigned in a Group. -
Uses of RoleSet in org.apache.fulcrum.security.model.turbine.entity
Methods in org.apache.fulcrum.security.model.turbine.entity that return RoleSetModifier and TypeMethodDescriptionTurbinePermission.getRoles()
Get the roles that this permission belongs toMethods in org.apache.fulcrum.security.model.turbine.entity with parameters of type RoleSet -
Uses of RoleSet in org.apache.fulcrum.security.model.turbine.entity.impl
Methods in org.apache.fulcrum.security.model.turbine.entity.impl that return RoleSetModifier and TypeMethodDescriptionTurbinePermissionImpl.getRoles()
Get the roles that this permission belongs toMethods in org.apache.fulcrum.security.model.turbine.entity.impl with parameters of type RoleSet