Class ParentProfileRequestContextLookup<StartContext extends org.opensaml.messaging.context.BaseContext>

  • Type Parameters:
    StartContext - type of starting context
    All Implemented Interfaces:
    Function<StartContext,​ProfileRequestContext>, org.opensaml.messaging.context.navigate.ContextDataLookupFunction<StartContext,​ProfileRequestContext>

    public class ParentProfileRequestContextLookup<StartContext extends org.opensaml.messaging.context.BaseContext>
    extends org.opensaml.messaging.context.navigate.RecursiveTypedParentContextLookup<StartContext,​ProfileRequestContext>
    A convenience subtype of RecursiveTypedParentContextLookup which returns the ProfileRequestContext parent of the target BaseContext.
    • Constructor Detail

      • ParentProfileRequestContextLookup

        public ParentProfileRequestContextLookup()
        Constructor.