Schnittstelle BasicModelManager
- Alle Superschnittstellen:
- ModelManager,- Serializable
Describes all the relationships between entities in the "Basic" model. This
 model pretty much allows a user to be in multiple groups. There is no concept
 of Permissions, Roles, Groups in Groups etc..
- Version:
- $Id$
- Autor:
- Eric Pugh
- 
FeldübersichtVon Schnittstelle geerbte Felder org.apache.fulcrum.security.ModelManagerROLE
- 
Methodenübersicht
- 
Methodendetails- 
grantPuts a user in a group. This method is used when adding a user to a group- Parameter:
- user- the User
- group- the Group
- Löst aus:
- DataBackendException- if there was an error accessing the data backend.
- UnknownEntityException- if the account is not present.
 
- 
revokeRemoves a user from a group- Parameter:
- user- the User
- group- the Group
- Löst aus:
- DataBackendException- if there was an error accessing the data backend.
- UnknownEntityException- if the user or group is not present.
 
- 
revokeAllRevokes all groups from an User. This method is used when deleting an account.- Parameter:
- user- the User.
- Löst aus:
- DataBackendException- if there was an error accessing the data backend.
- UnknownEntityException- if the account is not present.
 
 
-