Verwendungen von Schnittstelle
org.apache.fulcrum.security.entity.Role
Packages, die Role verwenden
Package
Beschreibung
-
Verwendungen von Role in org.apache.fulcrum.security
Methoden in org.apache.fulcrum.security mit Typparametern vom Typ RoleModifizierer und TypMethodeBeschreibung<T extends Role>
TRoleManager.addRole(T role) Creates a new role with specified attributes.<T extends Role>
TRoleManager.getRoleById(Object id) Retrieve a Role object with specified Id.<T extends Role>
TRoleManager.getRoleByName(String name) Retrieve a Role object with specified name.<T extends Role>
TRoleManager.getRoleInstance()Construct a blank Role object This method calls getRoleClass, and then creates a new object using the default constructor.<T extends Role>
TRoleManager.getRoleInstance(String roleName) Construct a blank Role object.Methoden in org.apache.fulcrum.security mit Parametern vom Typ RoleModifizierer und TypMethodeBeschreibungbooleanRoleManager.checkExists(Role role) Determines if theRoleexists in the security system.voidRoleManager.removeRole(Role role) Removes a Role from the system.voidRoleManager.renameRole(Role role, String name) Renames an existing Role. -
Verwendungen von Role in org.apache.fulcrum.security.model.dynamic
Methoden in org.apache.fulcrum.security.model.dynamic mit Parametern vom Typ RoleModifizierer und TypMethodeBeschreibungvoidPuts a role into a group This method is used when adding a role to a group.voidDynamicModelManager.grant(Role role, Permission permission) Puts a permission in a role This method is used when adding a permission to a rolebooleanChecks if the user is assigned a specific Role in the global Group.booleanChecks if the user is assigned a specific Role in the Group.booleanChecks if the user is assigned a specific Role in any of the given GroupsbooleanChecks if the user is assigned a specific RolebooleanChecks if the user is assigned a specific Role in the Group.booleanChecks if the user is assigned a specific Role in any of the given GroupsvoidRemove a role from a group This method is used when removeing a role to a group.voidDynamicModelManager.revoke(Role role, Permission permission) Removes a permission from a rolevoidRevokes all permissions and groups from a Role.voidRevokes all permissions from a Role. -
Verwendungen von Role in org.apache.fulcrum.security.model.dynamic.entity
Unterschnittstellen von Role in org.apache.fulcrum.security.model.dynamic.entityModifizierer und TypSchnittstelleBeschreibunginterfaceRepresents the "simple" model where permissions are related to roles, roles are related to groups and groups are related to users, all in many to many relationships.Methoden in org.apache.fulcrum.security.model.dynamic.entity mit Typparametern vom Typ RoleModifizierer und TypMethodeBeschreibungDynamicGroup.getRolesAsSet()Get the roles that are part of this group as SetDynamicPermission.getRolesAsSet()Get the roles that this permission belongs to as Set<T extends Role>
voidDynamicGroup.setRolesAsSet(Set<T> roles) Set the roles that are part of this group as Set<T extends Role>
voidDynamicPermission.setRolesAsSet(Set<T> roles) Set the roles that this permission belongs to as SetMethoden in org.apache.fulcrum.security.model.dynamic.entity mit Parametern vom Typ RoleModifizierer und TypMethodeBeschreibungvoidAdd a role to this groupvoidAdd a role to this permissionvoidDynamicGroup.removeRole(Role role) Remove a role from this groupvoidDynamicPermission.removeRole(Role role) Remove a role from this permission -
Verwendungen von Role in org.apache.fulcrum.security.model.dynamic.entity.impl
Klassen in org.apache.fulcrum.security.model.dynamic.entity.impl, die Role implementierenModifizierer und TypKlasseBeschreibungclassRepresents the "simple" model where permissions are related to roles, roles are related to groups and groups are related to users, all in many to many relationships.Methoden in org.apache.fulcrum.security.model.dynamic.entity.impl mit Typparametern vom Typ RoleModifizierer und TypMethodeBeschreibungDynamicGroupImpl.getRolesAsSet()Get the roles that are part of this group as SetDynamicPermissionImpl.getRolesAsSet()Get the roles that this permission belongs to as Set<T extends Role>
voidDynamicGroupImpl.setRolesAsSet(Set<T> roles) Set the roles that are part of this group as Set<T extends Role>
voidDynamicPermissionImpl.setRolesAsSet(Set<T> roles) Set the roles that this permission belongs to as SetMethoden in org.apache.fulcrum.security.model.dynamic.entity.impl mit Parametern vom Typ RoleModifizierer und TypMethodeBeschreibungvoidAdd a role to this groupvoidAdd a role to this permissionvoidDynamicGroupImpl.removeRole(Role role) Remove a role from this groupvoidDynamicPermissionImpl.removeRole(Role role) Remove a role from this permission -
Verwendungen von Role in org.apache.fulcrum.security.model.turbine
Methoden in org.apache.fulcrum.security.model.turbine mit Parametern vom Typ RoleModifizierer und TypMethodeBeschreibungvoidTurbineModelManager.grant(Role role, Permission permission) Puts a permission in a role This method is used when adding a permission to a rolevoidGrant an User a Role in a Group.booleanChecks if the user is assigned a specific Role in the global Group.booleanChecks if the user is assigned a specific Role in the Group.booleanChecks if the user is assigned a specific Role in any of the given GroupsbooleanChecks if the user is assigned a specific Role in the global Group.booleanChecks if the user is assigned a specific Role in the Group.booleanChecks if the user is assigned a specific Role in any of the given GroupsvoidReplaces the assigned old Role to new role in the #global group for User user.voidTurbineModelManager.revoke(Role role, Permission permission) Removes a permission from a rolevoidRevoke a Role in a Group from an User.voidRevokes all permissions from a Role.voidRevokes by default all permissions from a Role and if flag is set all groups and users for this role This method is used when deleting a Role.voidRevokes all permissions from a Role.voidRevokes by default all permissions from a Role and if flag is set all groups and users for this role This method is used when deleting a Role. -
Verwendungen von Role in org.apache.fulcrum.security.model.turbine.entity
Unterschnittstellen von Role 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 mit Typparametern vom Typ RoleModifizierer und TypMethodeBeschreibungTurbinePermission.getRolesAsSet()Get the roles that this permission belongs to as Set<T extends Role>
voidTurbinePermission.setRolesAsSet(Set<T> roles) Set the roles that this permission belongs to as SetMethoden in org.apache.fulcrum.security.model.turbine.entity, die Role zurückgebenModifizierer und TypMethodeBeschreibungTurbineRolePermissionoff.getRole()TurbineUserGroupRole.getRole()Get the roleMethoden in org.apache.fulcrum.security.model.turbine.entity mit Parametern vom Typ RoleModifizierer und TypMethodeBeschreibungvoidAdd a role to this permissionvoidTurbinePermission.removeRole(Role role) Remove a role from this permissionvoidvoidSet the role -
Verwendungen von Role in org.apache.fulcrum.security.model.turbine.entity.impl
Klassen in org.apache.fulcrum.security.model.turbine.entity.impl, die Role 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.Methoden in org.apache.fulcrum.security.model.turbine.entity.impl mit Typparametern vom Typ RoleModifizierer und TypMethodeBeschreibungTurbinePermissionImpl.getRolesAsSet()Get the roles that this permission belongs to as Set<T extends Role>
voidTurbinePermissionImpl.setRolesAsSet(Set<T> roles) Set the roles that this permission belongs to as SetMethoden in org.apache.fulcrum.security.model.turbine.entity.impl mit Parametern vom Typ RoleModifizierer und TypMethodeBeschreibungvoidAdd a role to this permissionvoidTurbinePermissionImpl.removeRole(Role role) Remove a role from this permission -
Verwendungen von Role in org.apache.fulcrum.security.spi
Methoden in org.apache.fulcrum.security.spi mit Typparametern vom Typ RoleModifizierer und TypMethodeBeschreibung<T extends Role>
TAbstractRoleManager.addRole(T role) Creates a new role with specified attributes.<T extends Role>
TAbstractRoleManager.getRoleById(Object id) Retrieve a Role object with specified Id.<T extends Role>
TAbstractRoleManager.getRoleByName(String name) Retrieve a Role object with specified name.<T extends Role>
TAbstractRoleManager.getRoleInstance()Construct a blank Role object.<T extends Role>
TAbstractRoleManager.getRoleInstance(String roleName) Construct a blank Role object.protected abstract <T extends Role>
TAbstractRoleManager.persistNewRole(T role) Methoden in org.apache.fulcrum.security.spi mit Parametern vom Typ RoleModifizierer und TypMethodeBeschreibungbooleanAbstractRoleManager.checkExists(Role role) Check whether a specified role exists. -
Verwendungen von Role in org.apache.fulcrum.security.util
Methoden in org.apache.fulcrum.security.util, die Role zurückgebenModifizierer und TypMethodeBeschreibungRoleSet.getRoleById(Object roleId) Veraltet.Use getById()RoleSet.getRoleByName(String roleName) Veraltet.use getByName()Konstruktorparameter in org.apache.fulcrum.security.util mit Typargumenten vom Typ RoleModifiziererKonstruktorBeschreibungRoleSet(Collection<? extends Role> roles) Constructs a new RoleSet with specified contents.