Class AbstractSAMLDataConnectorParser.CustomPropertyValue

java.lang.Object
net.shibboleth.idp.attribute.resolver.spring.dc.saml.impl.AbstractSAMLDataConnectorParser.CustomPropertyValue
Enclosing class:
AbstractSAMLDataConnectorParser

protected static class AbstractSAMLDataConnectorParser.CustomPropertyValue extends Object
A class for representing the value of a custom property.
  • Field Details

    • value

      @Nonnull private String value
      Property type.
    • reference

      private boolean reference
      Flag indicating whether property is bean reference.
  • Constructor Details

    • CustomPropertyValue

      public CustomPropertyValue(@Nonnull String propValue, boolean isReference)
      Constructor.
      Parameters:
      propValue - property type
      isReference - is property bean reference
  • Method Details

    • getValue

      @Nonnull public String getValue()
      Get the property value.
      Returns:
      the value
    • isReference

      public boolean isReference()
      Get the flag indicating whether property is a bean reference.
      Returns:
      the flag