com.sun.identity.liberty.ws.interaction
クラス InteractionRedirectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.identity.shared.locale.L10NMessageImpl
com.sun.identity.liberty.ws.interaction.InteractionException
com.sun.identity.liberty.ws.interaction.InteractionRedirectException
public class InteractionRedirectException
- extends InteractionException
Class for exception thrown by InteractionManager, on the
WSC side, to indicate that the User Agent is redirected to
WSP.
- 関連項目:
- 直列化された形式
|
メソッドの概要 |
String |
getMessageID()
Gets messageID of SOAP request message that caused this
exception. |
InteractionRedirectException
public InteractionRedirectException(String messageID)
- Constructor
- パラメータ:
messageID - messageID of SOAP request message that
caused this exception
getMessageID
public String getMessageID()
- Gets
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
exception