public class AssertionIDAuditExtractor extends Object implements com.google.common.base.Function<ProfileRequestContext,Collection<String>>
Function that returns the ID attribute from the 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 |
|---|
AssertionIDAuditExtractor(com.google.common.base.Function<ProfileRequestContext,SAMLObject> strategy)
Constructor.
|
@Nonnull private final com.google.common.base.Function<ProfileRequestContext,SAMLObject> responseLookupStrategy
public AssertionIDAuditExtractor(@Nonnull com.google.common.base.Function<ProfileRequestContext,SAMLObject> strategy)
strategy - lookup strategy for message@Nullable public Collection<String> apply(@Nullable ProfileRequestContext input)
apply in interface com.google.common.base.Function<ProfileRequestContext,Collection<String>>Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.