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 Summary
Modifier and Type Method Description String
apply(MessageContext input)
-
Constructor Details
-
SAMLSelfEntityIDLookupFunction
public SAMLSelfEntityIDLookupFunction()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<MessageContext,String>
-