|
Oracle Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-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, java.security.Permission perm) Grants a permission to the specified grantee, optionally with admin option. |
void |
JAZNPolicy.revoke(Grantee grantee, java.security.Permission perm) Revokes the permission from the specified grantee |
java.security.PermissionCollection |
JAZNPolicy.getPermissions(Grantee grantee, java.lang.Class perm_cls) Lists all permissions of the specified Class granted to this grantee. |
boolean |
JAZNPolicy.hasPermission(Grantee grantee, java.security.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. |
|
Oracle Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |