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.

関連項目:
直列化された形式

コンストラクタの概要
InteractionRedirectException(String messageID)
          Constructor
 
メソッドの概要
 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