public class ForceAuthnAuditExtractor extends Object implements com.google.common.base.Function<ProfileRequestContext,Boolean>
Function that returns the ForceAuthn attribute from an AuthnRequest.| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Function<ProfileRequestContext,AuthnRequest> |
requestLookupStrategy
Lookup strategy for message to read from.
|
| Constructor and Description |
|---|
ForceAuthnAuditExtractor(com.google.common.base.Function<ProfileRequestContext,AuthnRequest> strategy)
Constructor.
|
@Nonnull private final com.google.common.base.Function<ProfileRequestContext,AuthnRequest> requestLookupStrategy
public ForceAuthnAuditExtractor(@Nonnull com.google.common.base.Function<ProfileRequestContext,AuthnRequest> strategy)
strategy - lookup strategy for message@Nullable public Boolean apply(@Nullable ProfileRequestContext input)
apply in interface com.google.common.base.Function<ProfileRequestContext,Boolean>Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.