Uses of Interface
org.apache.fulcrum.security.entity.Group
Packages that use Group
Package
Description
-
Uses of Group in org.apache.fulcrum.security
Methods in org.apache.fulcrum.security with type parameters of type GroupModifier and TypeMethodDescription<T extends Group>
TGroupManager.addGroup
(T group) Creates a new group with specified attributes.<T extends Group>
TGroupManager.getGroupById
(Object id) Retrieve a Group object with specified Id.<T extends Group>
TGroupManager.getGroupByName
(String name) Retrieve a Group object with specified name.<T extends Group>
TGroupManager.getGroupInstance()
Construct a blank Group object.<T extends Group>
TGroupManager.getGroupInstance
(String groupName) Construct a blank Group object.Methods in org.apache.fulcrum.security with parameters of type GroupModifier and TypeMethodDescriptionboolean
GroupManager.checkExists
(Group group) Determines if theGroup
exists in the security system.void
GroupManager.removeGroup
(Group group) Removes a Group from the system.void
GroupManager.renameGroup
(Group group, String name) Renames an existing Group. -
Uses of Group in org.apache.fulcrum.security.model.basic
Methods in org.apache.fulcrum.security.model.basic with parameters of type GroupModifier and TypeMethodDescriptionvoid
Puts a user in a group.boolean
Checks if the user is assigned a specific Groupboolean
Checks if the user is assigned a specific Groupvoid
Removes a user from a group -
Uses of Group in org.apache.fulcrum.security.model.basic.entity
Subinterfaces of Group in org.apache.fulcrum.security.model.basic.entityModifier and TypeInterfaceDescriptioninterface
Represents the "basic" model where users are part of groups, but nothing else.Methods in org.apache.fulcrum.security.model.basic.entity with type parameters of type GroupModifier and TypeMethodDescriptionBasicUser.getGroupsAsSet()
Get the groups this user is part of as a Set<T extends Group>
voidBasicUser.setGroupsAsSet
(Set<T> groups) Set the groups this user is part of as a SetMethods in org.apache.fulcrum.security.model.basic.entity with parameters of type GroupModifier and TypeMethodDescriptionvoid
Add the group to the list of groupsvoid
BasicUser.removeGroup
(Group group) Remove the group from the list of groups -
Uses of Group in org.apache.fulcrum.security.model.basic.entity.impl
Classes in org.apache.fulcrum.security.model.basic.entity.impl that implement GroupModifier and TypeClassDescriptionclass
Represents the "basic" model where users are part of groups, but nothing else.Methods in org.apache.fulcrum.security.model.basic.entity.impl with type parameters of type GroupModifier and TypeMethodDescriptionBasicUserImpl.getGroupsAsSet()
Get the groups this user is part of as a Set<T extends Group>
voidBasicUserImpl.setGroupsAsSet
(Set<T> groups) Set the groups this user is part of as a SetMethods in org.apache.fulcrum.security.model.basic.entity.impl with parameters of type GroupModifier and TypeMethodDescriptionvoid
Add the group to the list of groupsvoid
BasicUserImpl.removeGroup
(Group group) Remove the group from the list of groups -
Uses of Group in org.apache.fulcrum.security.model.dynamic
Methods in org.apache.fulcrum.security.model.dynamic with parameters of type GroupModifier and TypeMethodDescriptionDynamicAccessControlList.getPermissions
(Group group) Retrieves a set of Permissions an user is assigned in a Group.DynamicAccessControlListImpl.getPermissions
(Group group) Retrieves a set of Permissions an user is assigned in a Group.Retrieves a set of Roles an user is assigned in a Group.Retrieves a set of Roles an user is assigned in a Group.void
Puts a role into a group This method is used when adding a role to a group.void
Puts a user in a group.boolean
DynamicAccessControlList.hasPermission
(String permission, Group group) Checks if the user is assigned a specific Permission in the Group.boolean
DynamicAccessControlList.hasPermission
(Permission permission, Group group) Checks if the user is assigned a specific Permission in the Group.boolean
DynamicAccessControlListImpl.hasPermission
(String permission, Group group) Checks if the user is assigned a specific Permission in the Group.boolean
DynamicAccessControlListImpl.hasPermission
(Permission permission, Group group) Checks if the user is assigned a specific Permission in the Group.boolean
Checks if the user is assigned a specific Role in the Group.boolean
Checks if the user is assigned a specific Role in the Group.void
Remove a role from a group This method is used when removeing a role to a group.void
Removes a user from a groupvoid
Revokes all users and roles from a group This method is used when deleting a group.void
Revokes all roles and users from a Group This method is typically used when deleting a Group.Constructor parameters in org.apache.fulcrum.security.model.dynamic with type arguments of type GroupModifierConstructorDescriptionDynamicAccessControlListImpl
(Map<? extends Group, ? extends RoleSet> roleSets, Map<? extends Role, ? extends PermissionSet> permissionSets) Constructs a new AccessControlList. -
Uses of Group in org.apache.fulcrum.security.model.dynamic.entity
Subinterfaces of Group in org.apache.fulcrum.security.model.dynamic.entityModifier and TypeInterfaceDescriptioninterface
Represents the "dynamic" model where permissions are related to roles, roles are related to groups and groups are related to userSet, all in many to many relationships.Methods in org.apache.fulcrum.security.model.dynamic.entity with type parameters of type GroupModifier and TypeMethodDescriptionDynamicRole.getGroupsAsSet()
Get the groups this role belongs to as a Set<T extends Group>
voidDynamicRole.setGroupsAsSet
(Set<T> groups) Set the groups this role belongs to as a SetMethods in org.apache.fulcrum.security.model.dynamic.entity with parameters of type GroupModifier and TypeMethodDescriptionvoid
This method should only be used by a RoleManager.void
DynamicRole.removeGroup
(Group group) This method should only be used by a RoleManager. -
Uses of Group in org.apache.fulcrum.security.model.dynamic.entity.impl
Classes in org.apache.fulcrum.security.model.dynamic.entity.impl that implement GroupModifier and TypeClassDescriptionclass
Represents the "dynamic" model where permissions are related to roles, roles are related to groups and groups are related to userSet, all in many to many relationships.Methods in org.apache.fulcrum.security.model.dynamic.entity.impl with type parameters of type GroupModifier and TypeMethodDescriptionDynamicRoleImpl.getGroupsAsSet()
Get the groups this role belongs to as a Set<T extends Group>
voidDynamicRoleImpl.setGroupsAsSet
(Set<T> groups) Set the groups this role belongs to as a SetMethods in org.apache.fulcrum.security.model.dynamic.entity.impl with parameters of type GroupModifier and TypeMethodDescriptionvoid
This method should only be used by a RoleManager.void
DynamicRoleImpl.removeGroup
(Group group) This method should only be used by a RoleManager. -
Uses of Group in org.apache.fulcrum.security.model.turbine
Methods in org.apache.fulcrum.security.model.turbine that return GroupModifier and TypeMethodDescriptionGroup[]
TurbineAccessControlList.getAllGroups()
Returns all groups defined in the system.Group[]
TurbineAccessControlListImpl.getAllGroups()
Returns all groups defined in the system.AbstractTurbineModelManager.getGlobalGroup()
Provides a reference to the Group object that represents the global group .TurbineModelManager.getGlobalGroup()
Provides a reference to the Group object that represents the global group.Methods in org.apache.fulcrum.security.model.turbine with parameters of type GroupModifier and TypeMethodDescriptionTurbineAccessControlList.getPermissions
(Group group) Retrieves a set of Permissions an user is assigned in a Group.TurbineAccessControlListImpl.getPermissions
(Group group) Retrieves a set of Permissions an user is assigned in a Group.Retrieves a set of Roles an user is assigned in a Group.Retrieves a set of Roles an user is assigned in a Group.void
Grant an User a Role in a Group.boolean
TurbineAccessControlList.hasPermission
(String permission, Group group) Checks if the user is assigned a specific Permission in the Group.boolean
TurbineAccessControlList.hasPermission
(Permission permission, Group group) Checks if the user is assigned a specific Permission in the Group.boolean
TurbineAccessControlListImpl.hasPermission
(String permission, Group group) Checks if the user is assigned a specific Permission in the Group.boolean
TurbineAccessControlListImpl.hasPermission
(Permission permission, Group group) Checks if the user is assigned a specific Permission in the Group.boolean
Checks if the user is assigned a specific Role in the Group.boolean
Checks if the user is assigned a specific Role in the Group.void
Revoke a Role in a Group from an User.void
Revokes all roles and users from a Group.void
Revokes all roles and users from a Group. -
Uses of Group in org.apache.fulcrum.security.model.turbine.entity
Subinterfaces of Group in org.apache.fulcrum.security.model.turbine.entityModifier and TypeInterfaceDescriptioninterface
Represents the "turbine" model where permissions are in a many to many relationship to roles, roles are related to groups are related to users, all in many to many relationships.Methods in org.apache.fulcrum.security.model.turbine.entity that return GroupMethods in org.apache.fulcrum.security.model.turbine.entity with parameters of type Group -
Uses of Group in org.apache.fulcrum.security.model.turbine.entity.impl
Classes in org.apache.fulcrum.security.model.turbine.entity.impl that implement GroupModifier and TypeClassDescriptionclass
Represents the "turbine" model where permissions are in a many to many relationship to roles, roles are related to groups are related to users, all in many to many relationships. -
Uses of Group in org.apache.fulcrum.security.spi
Methods in org.apache.fulcrum.security.spi with type parameters of type GroupModifier and TypeMethodDescription<T extends Group>
TAbstractGroupManager.addGroup
(T group) Creates a new group with specified attributes.<T extends Group>
TAbstractGroupManager.getGroupById
(Object id) Retrieve a Group object with specified Id.<T extends Group>
TAbstractGroupManager.getGroupByName
(String name) Retrieve a Group object with specified name.<T extends Group>
TAbstractGroupManager.getGroupInstance()
Construct a blank Group object.<T extends Group>
TAbstractGroupManager.getGroupInstance
(String groupName) Construct a blank Group object.protected abstract <T extends Group>
TAbstractGroupManager.persistNewGroup
(T group) Methods in org.apache.fulcrum.security.spi with parameters of type GroupModifier and TypeMethodDescriptionboolean
AbstractGroupManager.checkExists
(Group group) Check whether a specified group exists. -
Uses of Group in org.apache.fulcrum.security.util
Methods in org.apache.fulcrum.security.util that return GroupModifier and TypeMethodDescriptionGroupSet.getGroupById
(Object groupId) Deprecated.Use getById()GroupSet.getGroupByName
(String groupName) Deprecated.Use getByName()Constructor parameters in org.apache.fulcrum.security.util with type arguments of type GroupModifierConstructorDescriptionGroupSet
(Collection<? extends Group> groups) Constructs a new GroupSet with specified contents.