Class AddSenderHandler.SAMLSelfEntityIDLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.saml.saml2.profile.delegation.messaging.impl.AddSenderHandler.SAMLSelfEntityIDLookupFunction
-
- All Implemented Interfaces:
Function<MessageContext,String>
- Enclosing class:
- AddSenderHandler
public static class AddSenderHandler.SAMLSelfEntityIDLookupFunction extends Object implements Function<MessageContext,String>
Function to return the SAML self entityID from the MessageContext.
-
-
Constructor Summary
Constructors Constructor Description SAMLSelfEntityIDLookupFunction()
-
-
-
Method Detail
-
apply
@Nullable public String apply(@Nullable MessageContext input)
- Specified by:
applyin interfaceFunction<MessageContext,String>
-
-