Skip navigation links 
 
oracle.odi.core.security
Class InvalidExternalAuthenticationConfiguration
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
oracle.odi.core.exception.OdiRuntimeException
                  
oracle.odi.exception.OdiUncheckedException
                      
oracle.odi.core.security.OdiSecurityException
                          
oracle.odi.core.security.AuthenticationException
                              
oracle.odi.core.security.AuthenticationServiceException
                                  
oracle.odi.core.security.InvalidExternalAuthenticationConfigurationException
                                      
oracle.odi.core.security.InvalidExternalAuthenticationConfiguration
- All Implemented Interfaces:
 
- java.io.Serializable
 
Deprecated. Use InvalidExternalAuthenticationConfigurationException instead.
- 
@Deprecated
public class InvalidExternalAuthenticationConfiguration
 
- extends InvalidExternalAuthenticationConfigurationException
 
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
 
 
  
 
 
 
 
| 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 | 
 
 
InvalidExternalAuthenticationConfiguration
public InvalidExternalAuthenticationConfiguration(java.lang.String pUsername,
                                                  java.lang.Throwable pCause)
- Deprecated. Use 
InvalidExternalAuthenticationConfigurationException instead. 
- 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. 
 
InvalidExternalAuthenticationConfiguration
public InvalidExternalAuthenticationConfiguration(java.lang.String pUsername,
                                                  oracle.odi.internal.util.MessageHandle message,
                                                  java.lang.Object... args)
- Deprecated. Use 
InvalidExternalAuthenticationConfigurationException instead. 
- 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 
 
Copyright © 2010, 2013, Oracle and/or its affiliates. All rights reserved.