Class HTTPPostAuthnRequestEncoder

    • Field Detail

      • log

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

        @Nullable
        private org.apache.velocity.app.VelocityEngine velocityEngine
        Velocity engine used to evaluate the template when using FORM POST response mode.
      • velocityTemplateId

        @Nonnull
        @NotEmpty
        private String velocityTemplateId
        ID of the Velocity template used when using FORM POST response mode.
    • Constructor Detail

      • HTTPPostAuthnRequestEncoder

        public HTTPPostAuthnRequestEncoder()