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 List<Pair<String,String>> |
URLBuilder.queryParams
Parameters in the query string.
|
Modifier and Type | Method and Description |
---|---|
List<Pair<String,String>> |
URLBuilder.getQueryParams()
Gets the query string parameters for the URL.
|
static List<Pair<String,String>> |
URISupport.parseQueryString(String queryString)
Parses a RFC-3968 encoded query string in to a set of name/value pairs.
|
Modifier and Type | Method and Description |
---|---|
static String |
URISupport.buildQuery(List<Pair<String,String>> parameters)
Builds an RFC-3968 encoded URL query component from a collection of parameters.
|
static URI |
URISupport.setQuery(URI prototype,
List<Pair<String,String>> parameters)
Sets the query of a URI.
|
Modifier and Type | Method and Description |
---|---|
Pair<String,SecretKey> |
DataSealerKeyStrategy.getDefaultKey()
Get the default/current key to use for new operations, returned along with an identifier for it.
|
Pair<String,SecretKey> |
BasicKeystoreKeyStrategy.getDefaultKey()
Get the default/current key to use for new operations, returned along with an identifier for it.
|
Copyright © 1999–2018. All rights reserved.