| Package | Description |
|---|---|
| net.shibboleth.utilities.java.support.collection |
Additional implementations of, and helpers for working with, collections.
|
| net.shibboleth.utilities.java.support.net |
Classes for working with HTTP URLs and the protocol.
|
| net.shibboleth.utilities.java.support.security |
Helpers for common security related tasks.
|
| Constructor and Description |
|---|
Pair(Pair<? extends T1,? extends T2> pair)
Copy constructor.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Pair<java.lang.String,java.lang.String>> |
URLBuilder.queryParams
Parameters in the query string.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Pair<java.lang.String,java.lang.String>> |
URLBuilder.getQueryParams()
Gets the query string parameters for the URL.
|
static java.util.List<Pair<java.lang.String,java.lang.String>> |
URISupport.parseQueryString(java.lang.String queryString)
Parses a RFC-3968 encoded query string in to a set of name/value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
URISupport.buildQuery(java.util.List<Pair<java.lang.String,java.lang.String>> parameters)
Builds an RFC-3968 encoded URL query component from a collection of parameters.
|
static java.net.URI |
URISupport.setQuery(java.net.URI prototype,
java.util.List<Pair<java.lang.String,java.lang.String>> parameters)
Sets the query of a URI.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<java.lang.String,javax.crypto.SecretKey> |
BasicKeystoreKeyStrategy.getDefaultKey()
Get the default/current key to use for new operations, returned along with an identifier for it.
|
Pair<java.lang.String,javax.crypto.SecretKey> |
DataSealerKeyStrategy.getDefaultKey()
Get the default/current key to use for new operations, returned along with an identifier for it.
|