Oracle9iAS JAAS 9.0.2.0.0

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.


Method Summary
TypeMethod
 boolean addPermissionClass(PermissionClassDesc permClassDesc)
          Registers a new permission class with the system.
 Collection getPermissionClasses()
          Returns all the managed permission classes.
 boolean removePermissionClass(String permClassName, boolean cascade)
          Unregisters an existing permission class from the system.
 

Method Detail

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.

Oracle9iAS JAAS 9.0.2.0.0

Copyright 2001, Oracle Corporation. All Rights Reserved.