Oracle Application Server JAAS Provider API Reference
10g Release 2 (10.1.2)

B14019-02


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). 
oracle.security.jazn.login Provides the classes and interfaces for administering Login Modules. 
oracle.security.jazn.realm Provides the classes and interfaces for the Realm framework. 

 

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.getJAZNConfig()
           

 

Uses of JAZNConfig in oracle.security.jazn.login

 

Fields in oracle.security.jazn.login declared as JAZNConfig
protected  JAZNConfig LoginModuleManager._jaznConfig
           

 

Constructors in oracle.security.jazn.login with parameters of type JAZNConfig
LoginModuleManager(JAZNConfig config)
           

 

Uses of JAZNConfig in oracle.security.jazn.realm

 

Methods in oracle.security.jazn.realm with parameters of type JAZNConfig
 boolean RealmLoginModule.mylogin(JAZNConfig config, java.lang.String username, char[] password)
           
 boolean RealmLoginModule.mylogin(JAZNConfig config, java.lang.String realmname, java.lang.String username, char[] password)
           

 


Oracle Application Server JAAS Provider API Reference
10g Release 2 (10.1.2)

B14019-02


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