Class GlueConstants

java.lang.Object
org.somda.sdc.glue.GlueConstants

public class GlueConstants extends Object
Any constants relevant to SDC Glue.
  • Field Details

    • SCHEMA_PATH

      public static final String SCHEMA_PATH
      Resource path to BICEPS XML Schemas.
      See Also:
    • OID_KEY_PURPOSE_SDC_SERVICE_PROVIDER

      public static final String OID_KEY_PURPOSE_SDC_SERVICE_PROVIDER
      Key purpose dot-notated OID that expresses compliance with all mandatory requirements for an SDC service provider.
      See Also:
    • OID_KEY_PURPOSE_SDC_SERVICE_CONSUMER

      public static final String OID_KEY_PURPOSE_SDC_SERVICE_CONSUMER
      Key purpose dot-notated OID that expresses compliance with all mandatory requirements for an SDC service consumer.
      See Also:
    • SCOPE_SDC_PROVIDER

      public static final String SCOPE_SDC_PROVIDER
      Definition of the SDC participant discovery scope.

      This scope, encoded in accordance with SDC Glue clause 9.3, claims conformance with IEEE 11073-20701, published 2018.

    • SCHEME_SEGMENT

      public static final String SCHEME_SEGMENT
      SegmentNz and Segment regex definitions.
      See Also:
    • SEGMENT_NZ_REGEX

      public static final String SEGMENT_NZ_REGEX
      See Also:
    • SEGMENT_REGEX

      public static final String SEGMENT_REGEX
      See Also:
    • IPV4_ADDRESS

      public static final String IPV4_ADDRESS
    • AUTHORITY

      public static final String AUTHORITY
    • URI_REGEX

      public static final String URI_REGEX
    • LOC_CTXT_QUERY

      public static final String LOC_CTXT_QUERY
      See Also:
  • Constructor Details

    • GlueConstants

      public GlueConstants()