Klasse DynamicUserImpl
java.lang.Object
org.apache.fulcrum.security.entity.impl.SecurityEntityImpl
org.apache.fulcrum.security.model.basic.entity.impl.BasicUserImpl
org.apache.fulcrum.security.model.dynamic.entity.impl.DynamicUserImpl
- Alle implementierten Schnittstellen:
- Serializable,- SecurityEntity,- User,- BasicUser,- DynamicUser
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.
 
 Users have a set of delegates and delegatee's. If user A has B in their
 delegates - B assumes A's groups,roles and permissions If user C has D in
 their delegatees - C assumes D's groups,roles and permissions
- Version:
- $Id: DynamicUser.java 437451 2006-08-27 20:20:44Z tv $
- Autor:
- Eric Pugh
- Siehe auch:
- 
KonstruktorübersichtKonstruktoren
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungGet the set of delegatees for this userGet the set of delegators for this user<T extends User>
 voidsetDelegatees(Set<T> delegatees) Set the delegatees for this user<T extends User>
 voidsetDelegators(Set<T> delegators) Set the delegators for this userVon Klasse geerbte Methoden org.apache.fulcrum.security.model.basic.entity.impl.BasicUserImpladdGroup, getGroups, getGroupsAsSet, getPassword, hashCode, removeGroup, setGroups, setGroupsAsSet, setPasswordVon Klasse geerbte Methoden org.apache.fulcrum.security.entity.impl.SecurityEntityImplequals, getId, getName, 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.BasicUseraddGroup, getGroups, getGroupsAsSet, removeGroup, setGroups, setGroupsAsSetVon Schnittstelle geerbte Methoden org.apache.fulcrum.security.entity.SecurityEntitygetId, getName, setId, setNameVon Schnittstelle geerbte Methoden org.apache.fulcrum.security.entity.UsergetPassword, setPassword
- 
Konstruktordetails- 
DynamicUserImplpublic DynamicUserImpl()
 
- 
- 
Methodendetails- 
getDelegateesGet the set of delegatees for this user- Angegeben von:
- getDelegateesin Schnittstelle- DynamicUser
- Typparameter:
- T-
- Gibt zurück:
- Returns the delegatees.
 
- 
setDelegateesSet the delegatees for this user- Angegeben von:
- setDelegateesin Schnittstelle- DynamicUser
- Parameter:
- delegatees- The delegatees to set.
 
- 
getDelegatorsGet the set of delegators for this user- Angegeben von:
- getDelegatorsin Schnittstelle- DynamicUser
- Typparameter:
- T-
- Gibt zurück:
- Returns the delegators.
 
- 
setDelegatorsSet the delegators for this user- Angegeben von:
- setDelegatorsin Schnittstelle- DynamicUser
- Parameter:
- delegators- The delegators to set.
 
 
-