Class InitializeRelyingPartyContextFromSAMLPeer

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, MessageHandler

public class InitializeRelyingPartyContextFromSAMLPeer extends AbstractMessageHandler
Message handler that adds a RelyingPartyContext to the current InOutOperationContext tree via a creation function. The context is populated via a lookup strategy to locate a SAMLPeerEntityContext, by default as a direct child of the parent InOutOperationContext.
Postcondition:
InOutOperationContext.getSubcontext(RelyingPartyContext.class) != null and populated as above.