public class InteractionRedirectException extends InteractionException
InteractionManager
, on the
WSC
side, to indicate that the User Agent is redirected to
WSP
.Constructor and Description |
---|
InteractionRedirectException(String messageID)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getMessageID()
Gets
messageID of SOAP request message that caused this
exception. |
getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InteractionRedirectException(String messageID)
messageID
- messageID
of SOAP request message that
caused this exceptionpublic String getMessageID()
messageID
of SOAP request message that caused this
exception. WSC
could use this as a key to save any
additional information that it may want to lookup when user agent
is redirected back after resource owner interactions. This would
be provided as a values of query parameter
InteractionManager.REQUEST_ID
when the user agent is redirected back to WSC
.messageID
of SOAP request message that caused this
exceptionCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.