|
Oracle Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A Realm-specific Policy. <p/> NOTE: This interface is for Oracle-internal use only and is subject to change without notice.
| Method Summary | |
boolean |
createGrantee(Grantee grantee)Creates a new grantee in this policy. |
boolean |
dropGrantee(Grantee grantee, boolean cascade)Drops an existing grantee from this policy. |
java.util.Collection |
getGrantees()Returns the grantees of this policy. |
Realm |
getRealm()Returns the realm associated with this policy. |
| Methods inherited from interface oracle.security.jazn.policy.JAZNPolicy |
getPermissions, getPermissions, getPermissions, getPermissions, grant, hasPermission, refresh, revoke |
| Method Detail |
public Realm getRealm()
throws JAZNException
JAZNException
public java.util.Collection getGrantees()
throws JAZNException
JAZNException
public boolean createGrantee(Grantee grantee)
throws JAZNException
grantee - the new granteeJAZNException
public boolean dropGrantee(Grantee grantee,
boolean cascade)
throws JAZNException
grantee - the grantee to be dropped.cascade - whether this is a cascading drop.JAZNException
|
Oracle Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||