Interface PermissionManager

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractPermissionManager

public interface PermissionManager
extends Serializable
A PermissionManager performs Permission objects related tasks on behalf of the BaseSecurityService. The responsibilities of this class include loading data of an permission from the storage and putting them into the Permission objects, saving those data to the permanent storage.
Version:
$Id: PermissionManager.java 1884710 2020-12-22 16:16:40Z gk $
Author:
Eric Pugh