|
Oracle Application Server JAAS Provider Java API Reference 10g Release 2 (10.1.2) B14019-01 November 2004 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use RealmPrincipal | |
| oracle.security.jazn.realm | Provides the classes and interfaces for the Realm framework. |
| Uses of RealmPrincipal in oracle.security.jazn.realm |
| Subinterfaces of RealmPrincipal in oracle.security.jazn.realm | |
interface |
RealmRoleA RealmRole is a role associated with a realm. |
interface |
RealmUserA RealmUser is a user associated with a realm. |
| Classes in oracle.security.jazn.realm that implement RealmPrincipal | |
class |
GenericPrincipal |
class |
LDAPPrincipal |
| Methods in oracle.security.jazn.realm with parameters of type RealmPrincipal | |
java.util.Set |
RoleManager.getGrantedRoles(RealmPrincipal principal, boolean direct_grant)Returns a set of RealmRole which are directly or indirectly granted to the specified principal. |
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 |
|
Oracle Application Server JAAS Provider Java API Reference 10g Release 2 (10.1.2) B14019-01 November 2004 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||