Class AbstractSAMLDataConnectorParser.CustomPropertyValue
java.lang.Object
net.shibboleth.idp.attribute.resolver.spring.dc.saml.impl.AbstractSAMLDataConnectorParser.CustomPropertyValue
- Enclosing class:
- AbstractSAMLDataConnectorParser
A class for representing the value of a custom property.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Get the property value.booleanGet the flag indicating whether property is a bean reference.
-
Field Details
-
value
Property type. -
reference
private boolean referenceFlag indicating whether property is bean reference.
-
-
Constructor Details
-
CustomPropertyValue
Constructor.- Parameters:
propValue- property typeisReference- is property bean reference
-
-
Method Details
-
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
-