Skip navigation links

Oracle Containers for J2EE Security Java API Reference
10g Release 3 (10.1.3.1.0)

B32115-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
 Realm UserManager.getRealm()
          Returns the Realm reference that this UserManager belongs to.
 Realm SAMLPrincipal.getRealm()
          Get realm of the principal
 Realm RoleManager.getRealm()
          Returns the Realm reference that this RoleManager belongs to.
 Realm RealmPrincipal.getRealm()
          Returns the Realm that this Principal is associated with
abstract  Realm RealmManager.getRealm(java.lang.String name)
          Gets the Realm instance of the specified name
abstract  Realm RealmManager.createRealm(java.lang.String name, InitRealmInfo realmInfo)
          Creates a Realm, it's UserManager and RoleManager using the information specified in the InitRealmInfo object.
 Realm GenericPrincipal.getRealm()
          Returns the Realm that this Principal is associated with throws UnsupportedOperationException if not supported.

 

Methods in oracle.security.jazn.realm with parameters of type Realm
 void UserManager.setRealm(Realm realm)
          Set the realm that this UserManager is associated with.
 void RoleManager.setRealm(Realm realm)
          Set the realm that this RoleManager is associated with.
abstract  void RealmManager.dropRealm(Realm realm)
          Drops a Realm given the realm instance.

 


Skip navigation links

Oracle Containers for J2EE Security Java API Reference
10g Release 3 (10.1.3.1.0)

B32115-01


Copyright © 2004, 2006, Oracle. All rights reserved.