public class SOAPClientSecurityProfileIdLookupFunction extends Object implements ContextDataLookupFunction<MessageContext,String>
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Function<MessageContext,SOAPClientSecurityContext> |
soapContextLookup
Lookup function for {@link SOAPClientSecurityContext.
|
| Constructor and Description |
|---|
SOAPClientSecurityProfileIdLookupFunction()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
apply(MessageContext messageContext) |
void |
setSOAPClientSecurityContextLookup(com.google.common.base.Function<MessageContext,SOAPClientSecurityContext> lookup)
Set lookup function for for
SOAPClientSecurityContext. |
private com.google.common.base.Function<MessageContext,SOAPClientSecurityContext> soapContextLookup
public SOAPClientSecurityProfileIdLookupFunction()
public void setSOAPClientSecurityContextLookup(@Nonnull com.google.common.base.Function<MessageContext,SOAPClientSecurityContext> lookup)
SOAPClientSecurityContext.lookup - the lookup functionpublic String apply(@Nullable MessageContext messageContext)
apply in interface com.google.common.base.Function<MessageContext,String>Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.