Oracle9iAS JAAS 9.0.2.0.0

oracle.security.jazn.policy
Interface GlobalPolicy

All Superinterfaces:
JAZNPolicy

public interface GlobalPolicy
extends JAZNPolicy

This interface represents the "Global" JAZN Policy. NOTE: This interface is for Oracle-internal use only and is subject to change without notice.


Method Summary
TypeMethod
 boolean createGrantee(Grantee grantee)
           
 boolean dropGrantee(Grantee grantee, boolean cascade)
           
 Collection getGrantees()
           
 
Methods inherited from interface oracle.security.jazn.policy.JAZNPolicy
getPermissions, getPermissions, getPermissions, grant, hasPermission, refresh, revoke
 

Method Detail

getGrantees

public Collection getGrantees()
                       throws JAZNException

createGrantee

public boolean createGrantee(Grantee grantee)
                      throws JAZNException

dropGrantee

public boolean dropGrantee(Grantee grantee,
                           boolean cascade)
                    throws JAZNException

Oracle9iAS JAAS 9.0.2.0.0

Copyright 2001, Oracle Corporation. All Rights Reserved.