public class InResponseToAuditExtractor extends Object implements com.google.common.base.Function<ProfileRequestContext,String>
Function that returns the InResponseTo attribute from a response.| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Function<ProfileRequestContext,SAMLObject> |
responseLookupStrategy
Lookup strategy for message to read from.
|
| Constructor and Description |
|---|
InResponseToAuditExtractor(com.google.common.base.Function<ProfileRequestContext,SAMLObject> strategy)
Constructor.
|
@Nonnull private final com.google.common.base.Function<ProfileRequestContext,SAMLObject> responseLookupStrategy
public InResponseToAuditExtractor(@Nonnull com.google.common.base.Function<ProfileRequestContext,SAMLObject> strategy)
strategy - lookup strategy for message@Nullable public String apply(@Nullable ProfileRequestContext input)
apply in interface com.google.common.base.Function<ProfileRequestContext,String>Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.