Package net.shibboleth.idp.attribute.resolver.context.navigate
Functions for navigating attribute resolution contexts.
-
Class Summary Class Description AbstractAttributeResolutionLookupFunction<Type> Base class for a function that takes aProfileRequestContextand requires access to anAttributeResolutionContext.AttributeIssuerIdLookupFunction A function that returnsAttributeResolutionContext.getAttributeIssuerID()if available from aAttributeResolutionContextobtained via a lookup function defined on the base class.AttributePrincipalLookupFunction A function that returnsAttributeResolutionContext.getPrincipal()if available from aAttributeResolutionContextobtained via a lookup function defined on the base class.AttributeRecipientIdLookupFunction A function that returnsAttributeResolutionContext.getAttributeRecipientID()if available from aAttributeResolutionContextobtained via a lookup function defined on the base class.ResolutionLabelLookupFunction A function that returnsAttributeResolutionContext.getResolutionLabel()if available from aAttributeResolutionContextobtained via a lookup function defined on the base class.