public class AuthnContextAuditExtractor extends Object implements com.google.common.base.Function<ProfileRequestContext,String>
Function that returns the first AuthenticationMethod, AuthnContextCLassRef,
or AuthnContextDeclRef 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 |
|---|
AuthnContextAuditExtractor(com.google.common.base.Function<ProfileRequestContext,SAMLObject> strategy)
Constructor.
|
@Nonnull private final com.google.common.base.Function<ProfileRequestContext,SAMLObject> responseLookupStrategy
public AuthnContextAuditExtractor(@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.