Class OIDCClientConfig

    • Constructor Detail

      • OIDCClientConfig

        public OIDCClientConfig()
        No args constructor for use in serialization
    • Method Detail

      • getClientID

        public String getClientID()
        clientID is the identifier of the OIDC client from the OIDC provider
      • setClientID

        public void setClientID​(String clientID)
        clientID is the identifier of the OIDC client from the OIDC provider
      • getComponentName

        public String getComponentName()
        componentName is the name of the component that is supposed to consume this client configuration
      • setComponentName

        public void setComponentName​(String componentName)
        componentName is the name of the component that is supposed to consume this client configuration
      • getComponentNamespace

        public String getComponentNamespace()
        componentNamespace is the namespace of the component that is supposed to consume this client configuration
      • setComponentNamespace

        public void setComponentNamespace​(String componentNamespace)
        componentNamespace is the namespace of the component that is supposed to consume this client configuration
      • getExtraScopes

        public List<String> getExtraScopes()
        extraScopes is an optional set of scopes to request tokens with.
      • setExtraScopes

        public void setExtraScopes​(List<String> extraScopes)
        extraScopes is an optional set of scopes to request tokens with.
      • getAdditionalProperties

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

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

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