Interface BasicModelManager

All Superinterfaces:
ModelManager, Serializable

public interface BasicModelManager extends ModelManager
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$
Author:
Eric Pugh
  • Field Summary

    Fields inherited from interface org.apache.fulcrum.security.ModelManager

    ROLE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    grant(User user, Group group)
    Puts a user in a group.
    void
    revoke(User user, Group group)
    Removes a user from a group
    void
    Revokes all groups from an User.