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