Class SAMLMetadataContextLookupFunction
java.lang.Object
net.shibboleth.profile.context.navigate.AbstractRelyingPartyLookupFunction<SAMLMetadataContext>
net.shibboleth.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 Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.profile.context.navigate.AbstractRelyingPartyLookupFunction
getRelyingPartyContext, getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
Constructor Details
-
SAMLMetadataContextLookupFunction
public SAMLMetadataContextLookupFunction()
-
-
Method Details
-
apply
-