Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


Uses of Class
oracle.odi.core.security.BadCredentialsException

Packages that use BadCredentialsException
oracle.odi.core.security This package (and its sub packages) implements the security layer for ODI SDK including login authentication, password management and privileges check. 
oracle.odi.setup Provides classes for ODI master and work repository related operations. 

 

Uses of BadCredentialsException in oracle.odi.core.security

 

Methods in oracle.odi.core.security that throw BadCredentialsException
 Authentication SecurityManager.createAuthentication(java.lang.String pUsername, char[] pPassword)
          This method creates an ODI Authentication from a ODI user name and password.
 Authentication SecurityManager.createAuthentication(java.lang.String pSupervisorUsername, char[] pSupervisorPassword, java.lang.String pRunAsUsername)
          This method creates an ODI Authentication using the runas pattern.
 Authentication SecurityManager.createAuthentication(javax.security.auth.Subject pSubject)
          This method creates an ODI authentication from a previously authenticated Subject.
 void SecurityManager.setPassword(java.lang.String pUserName, char[] pCurrentPassword, char[] pNewPassword)
          This method will change the password for the user named pUserName from pCurrentPassword to pNewPassword.

 

Uses of BadCredentialsException in oracle.odi.setup

 

Methods in oracle.odi.setup that throw BadCredentialsException
static AuthenticationConfiguration AuthenticationConfiguration.createOPSSAuthenticationConfiguration(java.lang.String pUsername, char[] pPassword)
          Creates an OPSS enabled AuthenticationConfigaration.

 


Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.