Class CMConfig

  • Direct Known Subclasses:
    CM7591Config

    public class CMConfig
    extends Object
    Entry for the Client management configuration map. A client management configuration consists of a protocol (such as rfc7591 or oa4mp), whether it is enabled and the full url to the service. Note that at load time, the configuration entry could either specify the full url or it may just specify the endpoint and use the address the service is configured with.

    Created by Jeff Gaynor
    on 7/25/19 at 1:42 PM

    • Field Detail

      • protocol

        public String protocol
      • uri

        public URI uri
      • enabled

        public boolean enabled
      • isConfigured

        public boolean isConfigured
    • Constructor Detail

      • CMConfig

        public CMConfig()
      • CMConfig

        public CMConfig​(String protocol,
                        URI uri,
                        boolean enabled)