Class SAMLMetadataContextLookupFunction

java.lang.Object
net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction<SAMLMetadataContext>
net.shibboleth.idp.saml.profile.context.navigate.SAMLMetadataContextLookupFunction
All Implemented Interfaces:
Function<ProfileRequestContext,SAMLMetadataContext>, ContextDataLookupFunction<ProfileRequestContext,SAMLMetadataContext>

public class SAMLMetadataContextLookupFunction extends AbstractRelyingPartyLookupFunction<SAMLMetadataContext>
A function to access a SAMLMetadataContext underlying a RelyingPartyContext located via a lookup function, by default a child of the profile request context.
  • Constructor Details

    • SAMLMetadataContextLookupFunction

      public SAMLMetadataContextLookupFunction()
  • Method Details