|
Oracle9iAS JAAS 9.0.2.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use.* | |
Package | Description |
---|---|
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 | |
Type | Name |
---|---|
RealmRole |
RoleAdminPermission.getRole()
Returns the role associated with this permission. |
Constructors in oracle.security.jazn.policy with parameters of type RealmRole | |
Type | Name |
---|---|
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 | |
Type | Name |
---|---|
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 | |
Type | Name |
---|---|
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |