Class SetRPUIInformation

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction, Aware, MessageSource, MessageSourceAware, Action

public class SetRPUIInformation extends AbstractProfileAction
Action to populate the ProfileRequestContext with a RelyingPartyUIContext. The contents are populated by accessing a SAMLMetadataContext via lookup function and using it to copy data over to the UI context.
Event:
EventIds.PROCEED_EVENT_ID, EventIds.INVALID_PROFILE_CTX
Postcondition:
If a lookup function returns a SAMLMetadataContext, then a RelyingPartyUIContext is created and data copied into it.