Modifier and Type | Field and Description |
---|---|
private String |
base
The request base URL per the specification.
|
private org.slf4j.Logger |
log
Logger.
|
private com.google.common.escape.Escaper |
pathEscaper
Path escaper for escaping the input value inserted into the URL path.
|
private com.google.common.base.Function<String,String> |
transformer
Function which transforms the entityID prior to substitution into the URL.
|
Constructor and Description |
---|
MetadataQueryProtocolRequestURLBuilder(String baseURL)
Constructor.
|
MetadataQueryProtocolRequestURLBuilder(String baseURL,
com.google.common.base.Function<String,String> transform)
Constructor.
|
private final org.slf4j.Logger log
private String base
private com.google.common.base.Function<String,String> transformer
private com.google.common.escape.Escaper pathEscaper
public MetadataQueryProtocolRequestURLBuilder(@Nonnull @NotEmpty String baseURL)
baseURL
- the base URL for the metadata responderpublic MetadataQueryProtocolRequestURLBuilder(@Nonnull @NotEmpty String baseURL, @Nullable com.google.common.base.Function<String,String> transform)
baseURL
- the base URL for the metadata respondertransform
- function which transforms the entityID prior to URL construction substitution, may be nullCopyright © 1999–2020 Shibboleth Consortium. All rights reserved.