oracle.security.jazn.policy
Interface PermissionClassManager
- public interface PermissionClassManager
This interface defines a manager for permission classs
NOTE: This interface is for Oracle-internal use only and is
subject to change without notice.
getPermissionClasses
public Collection getPermissionClasses()
throws JAZNException
- Returns all the managed permission classes.
addPermissionClass
public boolean addPermissionClass(PermissionClassDesc permClassDesc)
throws JAZNException
- Registers a new permission class with the system.
removePermissionClass
public boolean removePermissionClass(String permClassName,
boolean cascade)
throws JAZNException
- Unregisters an existing permission class from the system.
Copyright 2001, Oracle Corporation. All Rights Reserved.