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 TypMethodeBeschreibungboolean
RoleManager.checkExists
(Role role) Determines if theRole
exists in the security system.void
RoleManager.removeRole
(Role role) Removes a Role from the system.void
RoleManager.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 TypMethodeBeschreibungvoid
Puts a role into a group This method is used when adding a role to a group.void
DynamicModelManager.grant
(Role role, Permission permission) Puts a permission in a role This method is used when adding a permission to a roleboolean
Checks if the user is assigned a specific Role in the global 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 any of the given Groupsboolean
Checks if the user is assigned a specific Roleboolean
Checks if the user is assigned a specific Role in the Group.boolean
Checks if the user is assigned a specific Role in any of the given Groupsvoid
Remove a role from a group This method is used when removeing a role to a group.void
DynamicModelManager.revoke
(Role role, Permission permission) Removes a permission from a rolevoid
Revokes all permissions and groups from a Role.void
Revokes 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 TypSchnittstelleBeschreibunginterface
Represents 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 TypMethodeBeschreibungvoid
Add a role to this groupvoid
Add a role to this permissionvoid
DynamicGroup.removeRole
(Role role) Remove a role from this groupvoid
DynamicPermission.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 TypKlasseBeschreibungclass
Represents 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 TypMethodeBeschreibungvoid
Add a role to this groupvoid
Add a role to this permissionvoid
DynamicGroupImpl.removeRole
(Role role) Remove a role from this groupvoid
DynamicPermissionImpl.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 TypMethodeBeschreibungvoid
TurbineModelManager.grant
(Role role, Permission permission) Puts a permission in a role This method is used when adding a permission to a rolevoid
Grant an User a Role in a Group.boolean
Checks if the user is assigned a specific Role in the global 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 any of the given Groupsboolean
Checks if the user is assigned a specific Role in the global 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 any of the given Groupsvoid
Replaces the assigned old Role to new role in the #global group for User user.void
TurbineModelManager.revoke
(Role role, Permission permission) Removes a permission from a rolevoid
Revoke a Role in a Group from an User.void
Revokes all permissions from a Role.void
Revokes 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.void
Revokes all permissions from a Role.void
Revokes 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 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 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 TypMethodeBeschreibungvoid
Add a role to this permissionvoid
TurbinePermission.removeRole
(Role role) Remove a role from this permissionvoid
void
Set 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 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.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 TypMethodeBeschreibungvoid
Add a role to this permissionvoid
TurbinePermissionImpl.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 TypMethodeBeschreibungboolean
AbstractRoleManager.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.