Class AttributeAuthorityEntityIDSource

java.lang.Object
net.shibboleth.idp.attribute.resolver.dc.saml.util.impl.AttributeAuthorityEntityIDSource
Direct Known Subclasses:
AttributeAuthorityEntityIDReference, AttributeAuthorityEntityIDValue

public abstract class AttributeAuthorityEntityIDSource extends Object
Abstraction used to represent the source data for deriving an attribute authority entityID.
  • Field Details

    • value

      @Nonnull private String value
      The source value.
  • Constructor Details

    • AttributeAuthorityEntityIDSource

      protected AttributeAuthorityEntityIDSource(@Nonnull String newValue)
      Constructor.
      Parameters:
      newValue - the source value
  • Method Details

    • getValue

      @Nonnull public String getValue()
      Get the source value.
      Returns:
      the value
    • toString

      public String toString()
      Overrides:
      toString in class Object