Oracle9iAS JAAS 9.0.2.0.0

Uses of Interface
oracle.security.jazn.realm.RealmRole

Packages that use.*
PackageDescription
oracle.security.jazn.policy Provides the classes and interfaces for administering the authorization policy. 
oracle.security.jazn.realm Provides the classes and interfaces for the Realm framework. 
 

Uses of RealmRole in oracle.security.jazn.policy
 

Methods in oracle.security.jazn.policy that return RealmRole
TypeName
 RealmRole RoleAdminPermission.getRole()
          Returns the role associated with this permission.
 

Constructors in oracle.security.jazn.policy with parameters of type RealmRole
TypeName
RoleAdminPermission(RealmRole r)
          Creates a new RoleAdminPermission instance.
 

Uses of RealmRole in oracle.security.jazn.realm
 

Methods in oracle.security.jazn.realm that return RealmRole
TypeName
 RealmRole Realm.getAdminRole()
          Returns the admin role for this realm instance.
 RealmRole RoleManager.getRole(String name)
          Returns the RealmRole with the specified name
 RealmRole RoleManager.createRole(String name)
          Create a RealmRole in this realm.
 

Methods in oracle.security.jazn.realm with parameters of type RealmRole
TypeName
 Set RoleManager.getGrantees(RealmRole role, boolean direct_grant)
          Returns the Grantees that are directly or indirectly granted the specified role.
 void RoleManager.dropRole(RealmRole role)
          Drop the role given the role instance
 void RoleManager.grantRole(RealmPrincipal principal, RealmRole role)
          Grants a role to a RealmPrincipal.
 void RoleManager.revokeRole(RealmPrincipal principal, RealmRole role)
          Revokes a role from a RealmPrincipal
 


Oracle9iAS JAAS 9.0.2.0.0

Copyright 2001, Oracle Corporation. All Rights Reserved.