Class SectorIdentifierLookupFunction

All Implemented Interfaces:
Function<ProfileRequestContext,String>, Component, DestructableComponent, IdentifiableComponent, IdentifiedComponent, InitializableComponent, ContextDataLookupFunction<ProfileRequestContext,String>

public class SectorIdentifierLookupFunction extends AbstractIdentifiableInitializableComponent implements ContextDataLookupFunction<ProfileRequestContext,String>
A function that returns sector identifier obtained via a lookup function. The value is host component of registered sector_identifier_uri or host component of the registered redirect_uri in case there is no sector_identifier_uri. In the latter case there must be only on registered redirect_uri or null is returned.

If a specific setting is unavailable, a null value is returned.