Class ShibbolethMetadataSupport

java.lang.Object
net.shibboleth.metadata.dom.saml.shibboleth.ShibbolethMetadataSupport

@ThreadSafe public final class ShibbolethMetadataSupport extends Object
Helper class for dealing with Shibboleth metadata.
Since:
0.10.0
  • Field Details

    • SHIBMD_NS

      @Nonnull public static final String SHIBMD_NS
      Shibboleth metadata namespace URI.
      See Also:
    • SHIBMD_PREFIX

      @Nonnull public static final String SHIBMD_PREFIX
      Default Shibboleth metadata namespace prefix.
      See Also:
    • SCOPE_NAME

      @Nonnull public static final QName SCOPE_NAME
      Scope element name.
    • REGEXP_ATTRIB_NAME

      @Nonnull public static final QName REGEXP_ATTRIB_NAME
      regexp attribute name.
  • Constructor Details

    • ShibbolethMetadataSupport

      private ShibbolethMetadataSupport()
      Constructor.