| Modifier and Type | Field and Description |
|---|---|
private String |
base
The request base URL per the specification.
|
private Logger |
log
Logger.
|
private Escaper |
pathEscaper
Path escaper for escaping the input value inserted into the URL path.
|
private 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,
Function<String,String> transform)
Constructor.
|
private final Logger log
private String base
private Function<String,String> transformer
private Escaper pathEscaper
public MetadataQueryProtocolRequestURLBuilder(@Nonnull@NotEmpty String baseURL)
baseURL - the base URL for the metadata responderpublic MetadataQueryProtocolRequestURLBuilder(@Nonnull@NotEmpty String baseURL, @Nullable 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–2016 Shibboleth Consortium. All rights reserved.