Class AssertionInstantAuditExtractor
java.lang.Object
net.shibboleth.idp.saml.audit.impl.AssertionInstantAuditExtractor
- All Implemented Interfaces:
Function<ProfileRequestContext,Collection<Instant>>
public class AssertionInstantAuditExtractor extends Object implements Function<ProfileRequestContext,Collection<Instant>>
Function
that returns the IssueInstant attribute from the assertions in a response.-
Field Summary
Fields Modifier and Type Field Description private Function<ProfileRequestContext,SAMLObject>
responseLookupStrategy
Lookup strategy for message to read from. -
Constructor Summary
Constructors Constructor Description AssertionInstantAuditExtractor(Function<ProfileRequestContext,SAMLObject> strategy)
Constructor. -
Method Summary
Modifier and Type Method Description Collection<Instant>
apply(ProfileRequestContext input)
-
Field Details
-
responseLookupStrategy
Lookup strategy for message to read from.
-
-
Constructor Details
-
AssertionInstantAuditExtractor
public AssertionInstantAuditExtractor(@Nonnull Function<ProfileRequestContext,SAMLObject> strategy)Constructor.- Parameters:
strategy
- lookup strategy for message
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<ProfileRequestContext,Collection<Instant>>
-