Oracle9iAS JAAS 9.0.2.0.0

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

Packages that use.*
PackageDescription
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
TypeName
 Realm RealmPolicy.getRealm()
           
 

Methods in oracle.security.jazn.policy with parameters of type Realm
TypeName
 RealmPolicy PolicyManager.getRealmPolicy(Realm realm)
           
 

Uses of Realm in oracle.security.jazn.realm
 

Methods in oracle.security.jazn.realm that return Realm
TypeName
 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
TypeName
 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

Copyright 2001, Oracle Corporation. All Rights Reserved.