Class PrepareOIDCInboundMessageContext

    • Field Detail

      • log

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

        @Nullable
        private String identifier
        The identifier of the OP/RP to base the inbound context on.
      • addToExistingInboundMessageContextPredicate

        @Nonnull
        private Predicate<ProfileRequestContext> addToExistingInboundMessageContextPredicate
        Should the peer entity context be added to an existing inbound message context or not. If not, a new inbound message context is created before the peer entity context is added. Defaults to false.
    • Constructor Detail

      • PrepareOIDCInboundMessageContext

        public PrepareOIDCInboundMessageContext()
        Constructor.