Class SetIssuerToPeerContextConsumer

java.lang.Object
net.shibboleth.sp.oidc.profile.impl.SetIssuerToPeerContextConsumer
All Implemented Interfaces:
BiConsumer<org.opensaml.profile.context.ProfileRequestContext,String>

public class SetIssuerToPeerContextConsumer extends Object implements BiConsumer<org.opensaml.profile.context.ProfileRequestContext,String>
A consumer that sets the decoded issuer value onto the OIDCPeerEntityContext (creating a peer entity context if none already exists).

A failure to set the value does not result in an error. The lack of context information will be caught downstream.

  • Field Details

    • log

      @Nonnull private final org.slf4j.Logger log
      Class logger.
  • Constructor Details

    • SetIssuerToPeerContextConsumer

      public SetIssuerToPeerContextConsumer()
  • Method Details

    • accept

      public void accept(org.opensaml.profile.context.ProfileRequestContext profileRequestContext, String value)
      Specified by:
      accept in interface BiConsumer<org.opensaml.profile.context.ProfileRequestContext,String>