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 TypMethodeBeschreibungbooleanGroupManager.checkExists(Group group) Determines if theGroupexists in the security system.voidGroupManager.removeGroup(Group group) Removes a Group from the system.voidGroupManager.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 TypMethodeBeschreibungvoidPuts a user in a group.booleanChecks if the user is assigned a specific GroupbooleanChecks if the user is assigned a specific GroupvoidRemoves 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 TypSchnittstelleBeschreibunginterfaceRepresents 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 TypMethodeBeschreibungvoidAdd the group to the list of groupsvoidBasicUser.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 TypKlasseBeschreibungclassRepresents 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 TypMethodeBeschreibungvoidAdd the group to the list of groupsvoidBasicUserImpl.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.voidPuts a role into a group This method is used when adding a role to a group.voidPuts a user in a group.booleanDynamicAccessControlList.hasPermission(String permission, Group group) Checks if the user is assigned a specific Permission in the Group.booleanDynamicAccessControlList.hasPermission(Permission permission, Group group) Checks if the user is assigned a specific Permission in the Group.booleanDynamicAccessControlListImpl.hasPermission(String permission, Group group) Checks if the user is assigned a specific Permission in the Group.booleanDynamicAccessControlListImpl.hasPermission(Permission permission, Group group) Checks if the user is assigned a specific Permission in the Group.booleanChecks if the user is assigned a specific Role in the Group.booleanChecks if the user is assigned a specific Role in the Group.voidRemove a role from a group This method is used when removeing a role to a group.voidRemoves a user from a groupvoidRevokes all users and roles from a group This method is used when deleting a group.voidRevokes 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 TypSchnittstelleBeschreibunginterfaceRepresents 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 TypMethodeBeschreibungvoidThis method should only be used by a RoleManager.voidDynamicRole.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 TypKlasseBeschreibungclassRepresents 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 TypMethodeBeschreibungvoidThis method should only be used by a RoleManager.voidDynamicRoleImpl.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.voidGrant an User a Role in a Group.booleanTurbineAccessControlList.hasPermission(String permission, Group group) Checks if the user is assigned a specific Permission in the Group.booleanTurbineAccessControlList.hasPermission(Permission permission, Group group) Checks if the user is assigned a specific Permission in the Group.booleanTurbineAccessControlListImpl.hasPermission(String permission, Group group) Checks if the user is assigned a specific Permission in the Group.booleanTurbineAccessControlListImpl.hasPermission(Permission permission, Group group) Checks if the user is assigned a specific Permission in the Group.booleanChecks if the user is assigned a specific Role in the Group.booleanChecks if the user is assigned a specific Role in the Group.voidRevoke a Role in a Group from an User.voidRevokes all roles and users from a Group.voidRevokes 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 TypSchnittstelleBeschreibunginterfaceRepresents 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 TypKlasseBeschreibungclassRepresents 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 TypMethodeBeschreibungbooleanAbstractGroupManager.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.