Class RequestUriImpl

All Implemented Interfaces:
MetadataValueSAMLObject, RequestUri, XSURI, XMLObject, SAMLObject

public class RequestUriImpl extends XSURIImpl implements RequestUri
Concrete implementation of RequestUri.
  • Constructor Details

    • RequestUriImpl

      protected RequestUriImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details

    • getValue

      @Nullable public String getValue()
      Get the value for this metadata object.
      Specified by:
      getValue in interface MetadataValueSAMLObject
      Returns:
      The value for this metadata object
    • setValue

      public void setValue(@Nullable String newValue)
      Set the value for this metadata object.
      Specified by:
      setValue in interface MetadataValueSAMLObject
      Parameters:
      newValue - What to set