Skip navigation links

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

E17060-04


oracle.odi.core.security
Class InvalidExternalAuthenticationConfigurationException

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.exception.OdiUncheckedException
                      extended by oracle.odi.core.security.OdiSecurityException
                          extended by oracle.odi.core.security.AuthenticationException
                              extended by oracle.odi.core.security.AuthenticationServiceException
                                  extended by oracle.odi.core.security.InvalidExternalAuthenticationConfigurationException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidExternalAuthenticationConfiguration

public class InvalidExternalAuthenticationConfigurationException
extends AuthenticationServiceException

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
InvalidExternalAuthenticationConfigurationException(java.lang.String pUsername, oracle.odi.internal.util.MessageHandle message, java.lang.Object... args)
          Constructs an InvalidExternalAuthenticationConfiguration object.
InvalidExternalAuthenticationConfigurationException(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 oracle.odi.exception.OdiUncheckedException
getErrorID, getErrorMsgHandle, getLocalizedMessage, getLocalizedMessage, getMessage

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

InvalidExternalAuthenticationConfigurationException

public InvalidExternalAuthenticationConfigurationException(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.

InvalidExternalAuthenticationConfigurationException

public InvalidExternalAuthenticationConfigurationException(java.lang.String pUsername,
                                                           oracle.odi.internal.util.MessageHandle message,
                                                           java.lang.Object... args)
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.

Skip navigation links

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

E17060-04


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