Package net.shibboleth.idp.attribute.resolver.context.navigate
@NonnullElements
package net.shibboleth.idp.attribute.resolver.context.navigate
Functions for navigating attribute resolution contexts.
-
ClassesClassDescriptionBase class for a function that takes a
ProfileRequestContextand requires access to anAttributeResolutionContext.A function that returnsAttributeResolutionContext.getAttributeIssuerID()if available from aAttributeResolutionContextobtained via a lookup function defined on the base class.A function that returnsAttributeResolutionContext.getPrincipal()if available from aAttributeResolutionContextobtained via a lookup function defined on the base class.A function that returnsAttributeResolutionContext.getAttributeRecipientID()if available from aAttributeResolutionContextobtained via a lookup function defined on the base class.A function that returnsAttributeResolutionContext.getResolutionLabel()if available from aAttributeResolutionContextobtained via a lookup function defined on the base class.