Oracle9iAS JAAS 9.0.2.0.0

Uses of Class
oracle.security.jazn.policy.Grantee

Packages that use.*
PackageDescription
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
TypeName
 boolean Grantee.implies(Grantee grantee)
          Returns if this Grantee object "implies" the specified Grantee object.
 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 GlobalPolicy.createGrantee(Grantee grantee)
           
 boolean GlobalPolicy.dropGrantee(Grantee grantee, boolean cascade)
           
 boolean RealmPolicy.createGrantee(Grantee grantee)
           
 boolean RealmPolicy.dropGrantee(Grantee grantee, boolean cascade)
           
 


Oracle9iAS JAAS 9.0.2.0.0

Copyright 2001, Oracle Corporation. All Rights Reserved.