JAAS Provider Java API Reference
10g (9.0.4.0.0)

B10389-01

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

Packages that use Realm
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
 Realm RealmPolicy.getRealm()
          Returns the realm associated with this policy.

 

Methods in oracle.security.jazn.policy with parameters of type Realm
 RealmPolicy PolicyManager.getRealmPolicy(Realm realm)
          Returns the policy associated with the specified realm.

 

Uses of Realm in oracle.security.jazn.realm

 

Methods in oracle.security.jazn.realm that return Realm
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 RoleManager.getRealm()
          Returns the Realm reference that this RoleManager belongs to.
 Realm UserManager.getRealm()
          Returns the Realm reference that this UserManager belongs to.
 Realm RealmPrincipal.getRealm()
          Returns the Realm that this Principal is associated with

 

Methods in oracle.security.jazn.realm with parameters of type Realm
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.
 void UserManager.setRealm(Realm realm)
          Set the realm that this UserManager is associated with.

 


JAAS Provider Java API Reference
10g (9.0.4.0.0)

B10389-01

Copyright 2002, 2003 Oracle Corporation. All Rights Reserved.