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: SecurityService.java 1884679 2020-12-21 12:56:47Z gk $
Author:
Eric Pugh