Class InResponseToAuditExtractor
- java.lang.Object
-
- net.shibboleth.idp.saml.audit.impl.InResponseToAuditExtractor
-
- All Implemented Interfaces:
Function<ProfileRequestContext,String>
public class InResponseToAuditExtractor extends Object implements Function<ProfileRequestContext,String>
Functionthat returns the InResponseTo attribute from a response.
-
-
Field Summary
Fields Modifier and Type Field Description private Function<ProfileRequestContext,SAMLObject>responseLookupStrategyLookup strategy for message to read from.
-
Constructor Summary
Constructors Constructor Description InResponseToAuditExtractor(Function<ProfileRequestContext,SAMLObject> strategy)Constructor.
-
-
-
Field Detail
-
responseLookupStrategy
@Nonnull private final Function<ProfileRequestContext,SAMLObject> responseLookupStrategy
Lookup strategy for message to read from.
-
-
Constructor Detail
-
InResponseToAuditExtractor
public InResponseToAuditExtractor(@Nonnull Function<ProfileRequestContext,SAMLObject> strategy)Constructor.- Parameters:
strategy- lookup strategy for message
-
-
Method Detail
-
apply
@Nullable public String apply(@Nullable ProfileRequestContext input)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,String>
-
-