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