Skip navigation links

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

B32115-01


Uses of Class
oracle.security.jazn.JAZNConfig

Packages that use JAZNConfig
oracle.security.jazn Provides the classes and interfaces for Oracle's authorization/policy provider for JAAS (Java Authentication and Authorization Service). 

 

Uses of JAZNConfig in oracle.security.jazn

 

Methods in oracle.security.jazn that return JAZNConfig
 JAZNConfig JAZNConfig.getDelegate()
          Returns the delegate JAZNConfig object.
static JAZNConfig JAZNConfig.getXMLConfig(java.lang.String jaznDataPath)
          Returns the JAZNConfig that points to the specified jazn-data.xml
static JAZNConfig JAZNConfig.getHomeInstanceXMLConfig()
          Returns the JAZNConfig that points to $OH/j2ee/home/config/system-jazn-data.xml
static JAZNConfig JAZNConfig.getOC4JInstanceXMLConfig()
          Returns the JAZNConfig that points to $OH/j2ee/<instance>/config/system-jazn-data.xml
static JAZNConfig JAZNConfig.getOC4JInstanceConfig()
          Returns the OC4J instance-specific JAZNConfig instance This usually refers to $OH/j2ee/<instance>/config/jazn.xml
static JAZNConfig JAZNConfig.getJAZNConfig()
           
 JAZNConfig JAZNConfig.getSecurityProviderJAZNConfig()
           

 

Methods in oracle.security.jazn with parameters of type JAZNConfig
 void JAZNConfig.setSecurityProviderJAZNConfig(JAZNConfig jaznConfig)
           

 


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.