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 aSAMLMetadataContextunderlying aRelyingPartyContextlocated via a lookup function, by default a child of the profile request context.
-
-
Constructor Summary
Constructors Constructor Description SAMLMetadataContextLookupFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SAMLMetadataContextapply(ProfileRequestContext input)-
Methods inherited from class net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
-
-
-
Method Detail
-
apply
@Nullable public SAMLMetadataContext apply(@Nullable ProfileRequestContext input)
-
-