Class ValidateAuthorizationRequestType

    • Field Detail

      • log

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

        @Nonnull
        private Predicate<ProfileRequestContext> authorizationRequestTypeValidationStrategy
        Strategy used to validate the inbound message (AuthorizationRequest) type.
    • Constructor Detail

      • ValidateAuthorizationRequestType

        public ValidateAuthorizationRequestType()
        Constructor.
    • Method Detail

      • setAuthorizationRequestTypeValidationStrategy

        public void setAuthorizationRequestTypeValidationStrategy​(@Nonnull
                                                                  Predicate<ProfileRequestContext> strategy)
        Set the strategy used to validate the inbound message (AuthorizationRequest) type.
        Parameters:
        strategy - strategy used to validate the inbound message (AuthorizationRequest) type.