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

E17060-01

oracle.odi.core.security
Class InvalidExternalAuthenticationConfiguration

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.odi.core.exception.OdiRuntimeException
                  extended by oracle.odi.core.security.OdiSecurityException
                      extended by oracle.odi.core.security.AuthenticationException
                          extended by oracle.odi.core.security.InvalidExternalAuthenticationConfiguration
All Implemented Interfaces:
java.io.Serializable

public class InvalidExternalAuthenticationConfiguration
extends AuthenticationException

This exception is raised if we are not able to create a LoginContext from OPSS configuration.

Since:
11.1.1.3.0
See Also:
Serialized Form

Constructor Summary
InvalidExternalAuthenticationConfiguration(java.lang.String pUsername, java.lang.String message)
          Constructs an InvalidExternalAuthenticationConfiguration object.
InvalidExternalAuthenticationConfiguration(java.lang.String pUsername, java.lang.Throwable pCause)
          Constructs an InvalidExternalAuthenticationConfiguration object.
 
Method Summary
 
Methods inherited from class oracle.odi.core.security.AuthenticationException
getUsername
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidExternalAuthenticationConfiguration

public InvalidExternalAuthenticationConfiguration(java.lang.String pUsername,
                                                  java.lang.String message)
Constructs an InvalidExternalAuthenticationConfiguration object.

Parameters:
pUsername - the user name which is used to make connection to ODI in external authentication mode.
message - a String ODI wants to let end user know more information about the cause of this exception.

InvalidExternalAuthenticationConfiguration

public InvalidExternalAuthenticationConfiguration(java.lang.String pUsername,
                                                  java.lang.Throwable pCause)
Constructs an InvalidExternalAuthenticationConfiguration object.

Parameters:
pUsername - the user name which is used to make connection to ODI in external authentication mode.
pCause - a Throwable object got from OPSS library when ODI tries to contact the jps instance according to the OPSS configuration e.g. from configuration file jps-config.xml.

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

E17060-01

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