public class AuthnInstantAuditExtractor extends Object implements com.google.common.base.Function<ProfileRequestContext,org.joda.time.DateTime>
Function that returns the first authentication timestamp from an assertions in 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 |
|---|
AuthnInstantAuditExtractor(com.google.common.base.Function<ProfileRequestContext,SAMLObject> strategy)
Constructor.
|
@Nonnull private final com.google.common.base.Function<ProfileRequestContext,SAMLObject> responseLookupStrategy
public AuthnInstantAuditExtractor(@Nonnull com.google.common.base.Function<ProfileRequestContext,SAMLObject> strategy)
strategy - lookup strategy for message@Nullable public org.joda.time.DateTime apply(@Nullable ProfileRequestContext input)
apply in interface com.google.common.base.Function<ProfileRequestContext,org.joda.time.DateTime>Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.