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.
getGrantees
public Collection getGrantees()
throws JAZNException
createGrantee
public boolean createGrantee(Grantee grantee)
throws JAZNException
dropGrantee
public boolean dropGrantee(Grantee grantee,
boolean cascade)
throws JAZNException
Copyright 2001, Oracle Corporation. All Rights Reserved.