Class GRPCAuthConfig

    • Constructor Detail

      • GRPCAuthConfig

        public GRPCAuthConfig()
        No args constructor for use in serialization
      • GRPCAuthConfig

        public GRPCAuthConfig​(List<String> allowedHeaders)
    • Method Detail

      • getAllowedHeaders

        public List<String> getAllowedHeaders()
        AllowedRequestHeaders specifies what headers from the client request will be sent to the authorization server.


        If this list is empty, then all headers must be sent.


        If the list has entries, only those entries must be sent.

      • setAllowedHeaders

        public void setAllowedHeaders​(List<String> allowedHeaders)
        AllowedRequestHeaders specifies what headers from the client request will be sent to the authorization server.


        If this list is empty, then all headers must be sent.


        If the list has entries, only those entries must be sent.

      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)