public class IsPassiveAuditExtractor extends Object implements Function<ProfileRequestContext,Boolean>
Function that returns the IsPassive 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 |
|---|
IsPassiveAuditExtractor(Function<ProfileRequestContext,AuthnRequest> strategy)
Constructor.
|
@Nonnull private final Function<ProfileRequestContext,AuthnRequest> requestLookupStrategy
public IsPassiveAuditExtractor(@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.