Uses of Class
net.shibboleth.utilities.java.support.collection.Pair
-
Packages that use Pair 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.net.shibboleth.utilities.java.support.security.impl Implementations of security interfaces. -
-
Uses of Pair in net.shibboleth.utilities.java.support.collection
Constructors in net.shibboleth.utilities.java.support.collection with parameters of type Pair Constructor Description Pair(Pair<? extends T1,? extends T2> pair)Copy constructor. -
Uses of Pair in net.shibboleth.utilities.java.support.net
Fields in net.shibboleth.utilities.java.support.net with type parameters of type Pair Modifier and Type Field Description private Collection<Function<Pair<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>,Boolean>>DynamicResponseHeaderFilter. callbacksCallbacks to add headers dynamically.private List<Pair<String,String>>URLBuilder. queryParamsParameters in the query string.Methods in net.shibboleth.utilities.java.support.net that return types with arguments of type Pair Modifier and Type Method 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.Method parameters in net.shibboleth.utilities.java.support.net with type arguments of type Pair Modifier and Type Method Description static StringURISupport. 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.voidDynamicResponseHeaderFilter. setCallbacks(Collection<Function<Pair<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>,Boolean>> theCallbacks)Set the callbacks to invoke to dynamically attach headers.static URIURISupport. setQuery(URI prototype, List<Pair<String,String>> parameters)Sets the query of a URI. -
Uses of Pair in net.shibboleth.utilities.java.support.primitive
Subclasses of Pair in net.shibboleth.utilities.java.support.primitive Modifier and Type Class Description classLangBearingStringAn object that represents a string associated with a language tag/locale. -
Uses of Pair in net.shibboleth.utilities.java.support.security
Methods in net.shibboleth.utilities.java.support.security that return Pair Modifier and Type Method Description Pair<String,SecretKey>DataSealerKeyStrategy. getDefaultKey()Get the default/current key to use for new operations, returned along with an identifier for it. -
Uses of Pair in net.shibboleth.utilities.java.support.security.impl
Methods in net.shibboleth.utilities.java.support.security.impl that return Pair Modifier and Type Method Description Pair<String,SecretKey>BasicKeystoreKeyStrategy. getDefaultKey()Get the default/current key to use for new operations, returned along with an identifier for it.Pair<String,SecretKey>ScriptedKeyStrategy. getDefaultKey()Get the default/current key to use for new operations, returned along with an identifier for it.
-