Package org.apache.fulcrum.security.util

  • Class Summary 
    Class Description
    GroupSet
    This class represents a set of Groups.
    PermissionSet
    This class represents a set of Permissions.
    RoleSet
    This class represents a set of Roles.
    SecuritySet<T extends SecurityEntity>
    This class represents a set of Security Entities.
    UserSet<T extends User>
    This class represents a set of Users.
  • Exception Summary 
    Exception Description
    DataBackendException
    Thrown to indicate that there was an error accessing the data backend of the SecurityService.
    EntityExistsException
    Thrown upon an attempt to create an User,Role,Group or Permission that already exists.
    FulcrumSecurityException
    Thrown by SecurityService methods to indicate various problems.
    PasswordMismatchException
    Thrown to indicate that the password supplied by user was incorrect.
    UnknownEntityException
    Thrown to indicate that the User,Role,Group or Permission that was requested does not exist.