|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.odi.core.exception.OdiRuntimeException
oracle.odi.core.security.OdiSecurityException
oracle.odi.core.security.AuthenticationException
oracle.odi.core.security.InvalidExternalAuthenticationConfiguration
public class InvalidExternalAuthenticationConfiguration
This exception is raised if we are not able to create a LoginContext from OPSS configuration.
| 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 |
|---|
public InvalidExternalAuthenticationConfiguration(java.lang.String pUsername,
java.lang.String message)
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.
public InvalidExternalAuthenticationConfiguration(java.lang.String pUsername,
java.lang.Throwable pCause)
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 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||