Class AbstractAttributeDisplayFunction

java.lang.Object
net.shibboleth.idp.consent.logic.impl.AbstractAttributeDisplayFunction
All Implemented Interfaces:
Function<IdPAttribute,String>
Direct Known Subclasses:
AttributeDisplayDescriptionFunction, AttributeDisplayNameFunction

public abstract class AbstractAttributeDisplayFunction extends Object implements Function<IdPAttribute,String>
Abstract Function which returns Locale-aware information about an attribute. The abstract method getDisplayInfo(AttributeTranscoderRegistry, IdPAttribute) returns the information selected for the attribute from the transcoder. This function defaults to returning the attribute ID if no information is selected from the attribute for the desired locales.