|
JAAS Provider Java API Reference 10g (9.0.4.0.0) B10389-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Grantee | |
oracle.security.jazn.policy | Provides the classes and interfaces for administering the authorization policy. |
Uses of Grantee in oracle.security.jazn.policy |
Methods in oracle.security.jazn.policy with parameters of type Grantee | |
boolean |
RealmPolicy.createGrantee(Grantee grantee) Creates a new grantee in this policy. |
boolean |
RealmPolicy.dropGrantee(Grantee grantee, boolean cascade) Drops an existing grantee from this policy. |
void |
JAZNPolicy.grant(Grantee grantee, Permission perm) Grants a permission to the specified grantee, optionally with admin option. |
void |
JAZNPolicy.revoke(Grantee grantee, Permission perm) Revokes the permission from the specified grantee |
PermissionCollection |
JAZNPolicy.getPermissions(Grantee grantee, Class perm_cls) Lists all permissions of the specified Class granted to this grantee. |
boolean |
JAZNPolicy.hasPermission(Grantee grantee, Permission perm) Returns true if the grantee in question can assume the specified permission. |
boolean |
Grantee.implies(Grantee grantee) Returns if this Grantee object "implies" the specified Grantee object. |
boolean |
GlobalPolicy.createGrantee(Grantee grantee) Creates a new grantee in this policy. |
boolean |
GlobalPolicy.dropGrantee(Grantee grantee, boolean cascade) Drops an existing grantee from this policy. |
|
JAAS Provider Java API Reference 10g (9.0.4.0.0) B10389-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |