Klasse DynamicGroupImpl
java.lang.Object
org.apache.fulcrum.security.entity.impl.SecurityEntityImpl
org.apache.fulcrum.security.model.basic.entity.impl.BasicGroupImpl
org.apache.fulcrum.security.model.dynamic.entity.impl.DynamicGroupImpl
- Alle implementierten Schnittstellen:
- Serializable,- Group,- SecurityEntity,- BasicGroup,- DynamicGroup
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.
- Version:
- $Id: DynamicGroup.java 223057 2004-07-05 19:28:23Z epugh $
- Autor:
- Eric Pugh
- Siehe auch:
- 
KonstruktorübersichtKonstruktoren
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungvoidAdd a role to this groupgetRoles()Get the roles that are part of this groupGet the roles that are part of this group as SetvoidremoveRole(Role role) Remove a role from this groupvoidSet the roles that are part of this group<T extends Role>
 voidsetRolesAsSet(Set<T> roles) Set the roles that are part of this group as SetVon Klasse geerbte Methoden org.apache.fulcrum.security.model.basic.entity.impl.BasicGroupImpladdUser, getUsers, getUsersAsSet, removeUser, setUsers, setUsersAsSetVon 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.model.basic.entity.BasicGroupaddUser, getUsers, getUsersAsSet, removeUser, setUsers, setUsersAsSetVon Schnittstelle geerbte Methoden org.apache.fulcrum.security.entity.SecurityEntitygetId, getName, setId, setName
- 
Konstruktordetails- 
DynamicGroupImplpublic DynamicGroupImpl()
 
- 
- 
Methodendetails- 
getRolesGet the roles that are part of this group- Angegeben von:
- getRolesin Schnittstelle- DynamicGroup
- Gibt zurück:
- a set of roles
 
- 
setRolesSet the roles that are part of this group- Angegeben von:
- setRolesin Schnittstelle- DynamicGroup
- Parameter:
- roleSet- a set of roles
 
- 
addRoleAdd a role to this group- Angegeben von:
- addRolein Schnittstelle- DynamicGroup
- Parameter:
- role- the role to add
 
- 
removeRoleRemove a role from this group- Angegeben von:
- removeRolein Schnittstelle- DynamicGroup
- Parameter:
- role- the role to remove
 
- 
setRolesAsSetSet the roles that are part of this group as Set- Angegeben von:
- setRolesAsSetin Schnittstelle- DynamicGroup
- Parameter:
- roles- a set of roles
 
- 
getRolesAsSetGet the roles that are part of this group as Set- Angegeben von:
- getRolesAsSetin Schnittstelle- DynamicGroup
- Gibt zurück:
- a set of roles
 
 
-