Verwendungen von Schnittstelle
org.apache.fulcrum.security.entity.Group
Packages, die Group verwenden
Package
Beschreibung
-
Verwendungen von Group in org.apache.fulcrum.security
Methoden in org.apache.fulcrum.security mit Typparametern vom Typ GroupModifizierer und TypMethodeBeschreibung<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.Methoden in org.apache.fulcrum.security mit Parametern vom Typ GroupModifizierer und TypMethodeBeschreibungboolean
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. -
Verwendungen von Group in org.apache.fulcrum.security.model.basic
Methoden in org.apache.fulcrum.security.model.basic mit Parametern vom Typ GroupModifizierer und TypMethodeBeschreibungvoid
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 -
Verwendungen von Group in org.apache.fulcrum.security.model.basic.entity
Unterschnittstellen von Group in org.apache.fulcrum.security.model.basic.entityModifizierer und TypSchnittstelleBeschreibunginterface
Represents the "basic" model where users are part of groups, but nothing else.Methoden in org.apache.fulcrum.security.model.basic.entity mit Typparametern vom Typ GroupModifizierer und TypMethodeBeschreibungBasicUser.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 SetMethoden in org.apache.fulcrum.security.model.basic.entity mit Parametern vom Typ GroupModifizierer und TypMethodeBeschreibungvoid
Add the group to the list of groupsvoid
BasicUser.removeGroup
(Group group) Remove the group from the list of groups -
Verwendungen von Group in org.apache.fulcrum.security.model.basic.entity.impl
Klassen in org.apache.fulcrum.security.model.basic.entity.impl, die Group implementierenModifizierer und TypKlasseBeschreibungclass
Represents the "basic" model where users are part of groups, but nothing else.Methoden in org.apache.fulcrum.security.model.basic.entity.impl mit Typparametern vom Typ GroupModifizierer und TypMethodeBeschreibungBasicUserImpl.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 SetMethoden in org.apache.fulcrum.security.model.basic.entity.impl mit Parametern vom Typ GroupModifizierer und TypMethodeBeschreibungvoid
Add the group to the list of groupsvoid
BasicUserImpl.removeGroup
(Group group) Remove the group from the list of groups -
Verwendungen von Group in org.apache.fulcrum.security.model.dynamic
Methoden in org.apache.fulcrum.security.model.dynamic mit Parametern vom Typ GroupModifizierer und TypMethodeBeschreibungDynamicAccessControlList.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.Konstruktorparameter in org.apache.fulcrum.security.model.dynamic mit Typargumenten vom Typ GroupModifiziererKonstruktorBeschreibungDynamicAccessControlListImpl
(Map<? extends Group, ? extends RoleSet> roleSets, Map<? extends Role, ? extends PermissionSet> permissionSets) Constructs a new AccessControlList. -
Verwendungen von Group in org.apache.fulcrum.security.model.dynamic.entity
Unterschnittstellen von Group in org.apache.fulcrum.security.model.dynamic.entityModifizierer und TypSchnittstelleBeschreibunginterface
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.Methoden in org.apache.fulcrum.security.model.dynamic.entity mit Typparametern vom Typ GroupModifizierer und TypMethodeBeschreibungDynamicRole.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 SetMethoden in org.apache.fulcrum.security.model.dynamic.entity mit Parametern vom Typ GroupModifizierer und TypMethodeBeschreibungvoid
This method should only be used by a RoleManager.void
DynamicRole.removeGroup
(Group group) This method should only be used by a RoleManager. -
Verwendungen von Group in org.apache.fulcrum.security.model.dynamic.entity.impl
Klassen in org.apache.fulcrum.security.model.dynamic.entity.impl, die Group implementierenModifizierer und TypKlasseBeschreibungclass
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.Methoden in org.apache.fulcrum.security.model.dynamic.entity.impl mit Typparametern vom Typ GroupModifizierer und TypMethodeBeschreibungDynamicRoleImpl.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 SetMethoden in org.apache.fulcrum.security.model.dynamic.entity.impl mit Parametern vom Typ GroupModifizierer und TypMethodeBeschreibungvoid
This method should only be used by a RoleManager.void
DynamicRoleImpl.removeGroup
(Group group) This method should only be used by a RoleManager. -
Verwendungen von Group in org.apache.fulcrum.security.model.turbine
Methoden in org.apache.fulcrum.security.model.turbine, die Group zurückgebenModifizierer und TypMethodeBeschreibungGroup[]
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.Methoden in org.apache.fulcrum.security.model.turbine mit Parametern vom Typ GroupModifizierer und TypMethodeBeschreibungTurbineAccessControlList.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. -
Verwendungen von Group in org.apache.fulcrum.security.model.turbine.entity
Unterschnittstellen von Group in org.apache.fulcrum.security.model.turbine.entityModifizierer und TypSchnittstelleBeschreibunginterface
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.Methoden in org.apache.fulcrum.security.model.turbine.entity, die Group zurückgebenMethoden in org.apache.fulcrum.security.model.turbine.entity mit Parametern vom Typ Group -
Verwendungen von Group in org.apache.fulcrum.security.model.turbine.entity.impl
Klassen in org.apache.fulcrum.security.model.turbine.entity.impl, die Group implementierenModifizierer und TypKlasseBeschreibungclass
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. -
Verwendungen von Group in org.apache.fulcrum.security.spi
Methoden in org.apache.fulcrum.security.spi mit Typparametern vom Typ GroupModifizierer und TypMethodeBeschreibung<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) Methoden in org.apache.fulcrum.security.spi mit Parametern vom Typ GroupModifizierer und TypMethodeBeschreibungboolean
AbstractGroupManager.checkExists
(Group group) Check whether a specified group exists. -
Verwendungen von Group in org.apache.fulcrum.security.util
Methoden in org.apache.fulcrum.security.util, die Group zurückgebenModifizierer und TypMethodeBeschreibungGroupSet.getGroupById
(Object groupId) Veraltet.Use getById()GroupSet.getGroupByName
(String groupName) Veraltet.Use getByName()Konstruktorparameter in org.apache.fulcrum.security.util mit Typargumenten vom Typ GroupModifiziererKonstruktorBeschreibungGroupSet
(Collection<? extends Group> groups) Constructs a new GroupSet with specified contents.