|
JAAS Provider Java API Reference 10g (9.0.4.0.0) B10389-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 | |
boolean |
createGrantee(Grantee grantee)Creates a new grantee in this policy. |
boolean |
dropGrantee(Grantee grantee, boolean cascade)Drops an existing grantee from this policy. |
Collection |
getGrantees()Returns the grantees of this policy. |
| Methods inherited from interface oracle.security.jazn.policy.JAZNPolicy |
getPermissions, getPermissions, getPermissions, getPermissions, grant, hasPermission, refresh, revoke |
| Method Detail |
public 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
|
JAAS Provider Java API Reference 10g (9.0.4.0.0) B10389-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||