| 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.primitive |
A set of utilities dealing with Java's primitive types.
|
| 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 Collection<com.google.common.base.Function<Pair<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>,Boolean>> |
DynamicResponseHeaderFilter.callbacks
Callbacks to add headers dynamically.
|
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 Map<String,String> |
URISupport.buildQueryMap(List<Pair<String,String>> parameters)
Builds a map from a collection of parameters.
|
void |
DynamicResponseHeaderFilter.setCallbacks(Collection<com.google.common.base.Function<Pair<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>,Boolean>> theCallbacks)
Set the callbacks to invoke to dynamically attach headers.
|
static URI |
URISupport.setQuery(URI prototype,
List<Pair<String,String>> parameters)
Sets the query of a URI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LangBearingString
An object that represents a string associated with a language tag/locale.
|
| 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 Shibboleth Consortium. All rights reserved.