com.sun.identity.liberty.ws.interaction
Class InteractionRedirectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.identity.shared.locale.L10NMessageImpl
              extended by com.sun.identity.liberty.ws.interaction.InteractionException
                  extended by 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.

See Also:
Serialized Form

Constructor Summary
InteractionRedirectException(String messageID)
          Constructor
 
Method Summary
 String getMessageID()
          Gets messageID of SOAP request message that caused this exception.
 

Constructor Detail

InteractionRedirectException

public InteractionRedirectException(String messageID)
Constructor

Parameters:
messageID - messageID of SOAP request message that caused this exception
Method Detail

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.

Returns:
messageID of SOAP request message that caused this exception