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