oracle.security.jazn.policy
Interface RealmPolicy
- All Superinterfaces:
- JAZNPolicy
- public interface RealmPolicy
- extends JAZNPolicy
A Realm-specific Policy.
NOTE: This interface is for Oracle-internal use only and is
subject to change without notice.
getRealm
public Realm getRealm()
throws JAZNException
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.