public static class AddInResponseToToResponse.DefaultRequestIdLookupStrategy extends Object implements com.google.common.base.Function<ProfileRequestContext,String>
Modifier and Type | Field and Description |
---|---|
private org.slf4j.Logger |
log
Class logger.
|
private Set<String> |
suppressForBindings
Set of bindings to ignore request ID for.
|
Constructor and Description |
---|
DefaultRequestIdLookupStrategy()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
apply(ProfileRequestContext input) |
void |
setSuppressForBindings(Collection<String> bindings)
Set the collection of bindings to suppress the lookup of a request ID for.
|
@Nonnull private final org.slf4j.Logger log
public DefaultRequestIdLookupStrategy()
public void setSuppressForBindings(@Nonnull @NonnullElements Collection<String> bindings)
bindings
- collection of bindings@Nullable public String apply(@Nullable ProfileRequestContext input)
apply
in interface com.google.common.base.Function<ProfileRequestContext,String>
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.