|
Oracle Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
| 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 |
class |
SAMLPrincipal |
| 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 Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||