Oracle9iAS JAAS 9.0.2.0.0

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.


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

Method Detail

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

Oracle9iAS JAAS 9.0.2.0.0

Copyright 2001, Oracle Corporation. All Rights Reserved.