|
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 Realm in oracle.security.jazn.policy |
Methods in oracle.security.jazn.policy that return Realm | |
Type | Name |
---|---|
Realm |
RealmPolicy.getRealm()
|
Methods in oracle.security.jazn.policy with parameters of type Realm | |
Type | Name |
---|---|
RealmPolicy |
PolicyManager.getRealmPolicy(Realm realm)
|
Uses of Realm in oracle.security.jazn.realm |
Methods in oracle.security.jazn.realm that return Realm | |
Type | Name |
---|---|
Realm |
UserManager.getRealm()
Returns the Realm reference that this UserManager belongs to. |
abstract Realm |
RealmManager.getRealm(String name)
Gets the Realm instance of the specified name |
abstract Realm |
RealmManager.createRealm(String name,
InitRealmInfo realmInfo)
Creates a Realm, it's UserManager and RoleManager using the information specified in the InitRealmInfo object. |
Realm |
RealmPrincipal.getRealm()
Returns the Realm that this Principal is associated with |
Realm |
RoleManager.getRealm()
Returns the Realm reference that this RoleManager belongs to. |
Methods in oracle.security.jazn.realm with parameters of type Realm | |
Type | Name |
---|---|
void |
UserManager.setRealm(Realm realm)
Set the realm that this UserManager is associated with. |
abstract void |
RealmManager.dropRealm(Realm realm)
Drops a Realm given the realm instance. |
void |
RoleManager.setRealm(Realm realm)
Set the realm that this RoleManager is associated with. |
|
Oracle9iAS JAAS 9.0.2.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |