public static class AddInResponseToToResponse.DefaultRequestIdLookupStrategy extends Object implements com.google.common.base.Function<ProfileRequestContext,String>
| Modifier and Type | Field and Description |
|---|---|
private Logger |
log
Class logger.
|
private Set<String> |
suppressForBindings
Set of bindings to ignore request ID for.
|
| Constructor and Description |
|---|
AddInResponseToToResponse.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.
|
public AddInResponseToToResponse.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.