Class SAMLMetadataContextLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.profile.context.navigate.messaging.AbstractRelyingPartyLookupFunction<SAMLMetadataContext>
-
- net.shibboleth.idp.saml.profile.context.navigate.messaging.SAMLMetadataContextLookupFunction
-
- All Implemented Interfaces:
Function<MessageContext,SAMLMetadataContext>,ContextDataLookupFunction<MessageContext,SAMLMetadataContext>
public class SAMLMetadataContextLookupFunction extends AbstractRelyingPartyLookupFunction<SAMLMetadataContext>
A function to access aSAMLMetadataContextunderlying aRelyingPartyContextlocated via a lookup function.
-
-
Constructor Summary
Constructors Constructor Description SAMLMetadataContextLookupFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SAMLMetadataContextapply(MessageContext input)-
Methods inherited from class net.shibboleth.idp.profile.context.navigate.messaging.AbstractRelyingPartyLookupFunction
getProfileRequestContextLookupStrategy, getRelyingPartyContextLookupStrategy, setProfileRequestContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
-
-
-
Method Detail
-
apply
@Nullable public SAMLMetadataContext apply(@Nullable MessageContext input)
-
-