Interface SecurityService

  • All Known Implementing Classes:
    BaseSecurityService

    public interface SecurityService
    The Security Service manages Users, Groups Roles and Permissions in the system. The task performed by the security service include providing access to the various types of managers.

    Because of pluggable nature of the Services, it is possible to create multiple implementations of SecurityService, for example employing database and directory server as the data backend.

    Version:
    $Id$
    Author:
    Eric Pugh