Klasse TurbineRoleImpl
java.lang.Object
org.apache.fulcrum.security.entity.impl.SecurityEntityImpl
org.apache.fulcrum.security.model.turbine.entity.impl.AbstractTurbineSecurityEntityImpl
org.apache.fulcrum.security.model.turbine.entity.impl.TurbineRoleImpl
- Alle implementierten Schnittstellen:
- Serializable,- Role,- SecurityEntity,- TurbineRole,- TurbineUserGroupRoleEntity
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.
- Version:
- $Id: TurbineRole.java 437451 2006-08-27 20:20:44Z tv $
- Autor:
- Eric Pugh
- Siehe auch:
- 
KonstruktorübersichtKonstruktoren
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungvoidaddPermission(Permission permission) This method should only be used by a RoleManager.Get the permission that are part of this role<T extends Permission>
 Set<T>Get the permission that are part of this role as SetvoidremovePermission(Permission permission) This method should only be used by a RoleManager.voidsetPermissions(PermissionSet permissionSet) Set the permission that are part of this role<T extends Permission>
 voidsetPermissionsAsSet(Set<T> permissions) Set the permission that are part of this role as SetVon Klasse geerbte Methoden org.apache.fulcrum.security.model.turbine.entity.impl.AbstractTurbineSecurityEntityImpladdUserGroupRole, getUserGroupRoleSet, removeUserGroupRole, setUserGroupRoleSetVon Klasse geerbte Methoden org.apache.fulcrum.security.entity.impl.SecurityEntityImplequals, getId, getName, hashCode, setId, setName, toStringVon Klasse geerbte Methoden java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden org.apache.fulcrum.security.entity.SecurityEntitygetId, getName, setId, setNameVon Schnittstelle geerbte Methoden org.apache.fulcrum.security.model.turbine.entity.TurbineUserGroupRoleEntityaddUserGroupRole, getUserGroupRoleSet, removeUserGroupRole, setUserGroupRoleSet
- 
Konstruktordetails- 
TurbineRoleImplpublic TurbineRoleImpl()
 
- 
- 
Methodendetails- 
getPermissionsGet the permission that are part of this role- Angegeben von:
- getPermissionsin Schnittstelle- TurbineRole
- Gibt zurück:
- a set of permissions
 
- 
getPermissionsAsSetGet the permission that are part of this role as Set- Angegeben von:
- getPermissionsAsSetin Schnittstelle- TurbineRole
- Gibt zurück:
- a set of permissions
 
- 
setPermissionsSet the permission that are part of this role- Angegeben von:
- setPermissionsin Schnittstelle- TurbineRole
- Parameter:
- permissionSet- a set of permissions
 
- 
setPermissionsAsSetSet the permission that are part of this role as Set- Angegeben von:
- setPermissionsAsSetin Schnittstelle- TurbineRole
- Typparameter:
- T- Permission
- Parameter:
- permissions- a set of permissions
 
- 
addPermissionThis method should only be used by a RoleManager. Not directly.- Angegeben von:
- addPermissionin Schnittstelle- TurbineRole
- Parameter:
- permission- the permission to add
 
- 
removePermissionThis method should only be used by a RoleManager. Not directly.- Angegeben von:
- removePermissionin Schnittstelle- TurbineRole
- Parameter:
- permission- the permission to remove
 
 
-