Class SetRequestedClaimsToResponseContext

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction, org.springframework.beans.factory.Aware, org.springframework.context.MessageSource, org.springframework.context.MessageSourceAware, org.springframework.webflow.execution.Action

public class SetRequestedClaimsToResponseContext extends AbstractOIDCResponseAction
Action that sets requested claims to response context. For instance attribute filtering may use this information.

This also executes a reverse mapping of the requested claims to map them back into RequestedIdPAttributes so the filtering mechanism is freed from that role.