JAAS Provider Java API Reference
10g (9.0.4.0.0)

B10389-01

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

Packages that use RealmRole
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
 RealmRole RoleAdminPermission.getRole()
          Returns the role associated with this permission.

 

Constructors in oracle.security.jazn.policy with parameters of type RealmRole
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
 RealmRole RoleManager.getRole(String name)
          Returns the RealmRole with the specified name
 RealmRole RoleManager.createRole(String name)
          Create a RealmRole in this realm.
 RealmRole Realm.getAdminRole()
          Returns the admin role for this realm instance.

 

Methods in oracle.security.jazn.realm with parameters of type RealmRole
 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

 


JAAS Provider Java API Reference
10g (9.0.4.0.0)

B10389-01

Copyright 2002, 2003 Oracle Corporation. All Rights Reserved.