Class FormOutboundAuthenticationResponseMessage

    • Field Detail

      • log

        @Nonnull
        private org.slf4j.Logger log
        Class logger.
      • includeIssuerInResponsePredicate

        @Nonnull
        private Predicate<ProfileRequestContext> includeIssuerInResponsePredicate
        Predicate to signal whether or not to include iss-parameter to the response.
      • issuer

        private com.nimbusds.oauth2.sdk.id.Issuer issuer
        Issuer value to included in the response message, if configured to be included.
    • Constructor Detail

      • FormOutboundAuthenticationResponseMessage

        public FormOutboundAuthenticationResponseMessage()
        Constructor.