Class SAMLMessageInfoContextIDFunction
- java.lang.Object
-
- org.opensaml.saml.common.messaging.context.navigate.SAMLMessageInfoContextIDFunction
-
- All Implemented Interfaces:
Function<SAMLMessageInfoContext,String>,ContextDataLookupFunction<SAMLMessageInfoContext,String>
public class SAMLMessageInfoContextIDFunction extends Object implements ContextDataLookupFunction<SAMLMessageInfoContext,String>
-
-
Constructor Summary
Constructors Constructor Description SAMLMessageInfoContextIDFunction()
-
-
-
Method Detail
-
apply
@Nullable public String apply(@Nullable SAMLMessageInfoContext input)
- Specified by:
applyin interfaceFunction<SAMLMessageInfoContext,String>
-
-