Uses of Class
net.shibboleth.utilities.java.support.collection.Pair
Package | Description |
---|---|
net.shibboleth.utilities.java.support.collection |
Additional implementations of, and helpers for working with, collections.
|
net.shibboleth.utilities.java.support.logic |
Classes that represent basic first order logic concepts.
|
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
-
Uses of Pair in net.shibboleth.utilities.java.support.logic
Fields in net.shibboleth.utilities.java.support.logic declared as Pair Modifier and Type Field Description private Pair<Class<T>,Class<U>>
ScriptedBiConsumer. inputTypes
Input types.private Pair<Class<T>,Class<U>>
ScriptedBiFunction. inputTypes
Input types.private Pair<Class<T>,Class<U>>
ScriptedBiPredicate. inputTypes
Input type 1.Methods in net.shibboleth.utilities.java.support.logic that return Pair Modifier and Type Method Description Pair<Class<T>,Class<U>>
ScriptedBiConsumer. getInputTypes()
Get the input type to be enforced.Pair<Class<T>,Class<U>>
ScriptedBiFunction. getInputTypes()
Get the input type to be enforced.Pair<Class<T>,Class<U>>
ScriptedBiPredicate. getInputTypes()
Get the input type to be enforced.Methods in net.shibboleth.utilities.java.support.logic with parameters of type Pair Modifier and Type Method Description void
ScriptedBiConsumer. setInputTypes(Pair<Class<T>,Class<U>> types)
Set the input types to be enforced.void
ScriptedBiFunction. setInputTypes(Pair<Class<T>,Class<U>> types)
Set the input types to be enforced.void
ScriptedBiPredicate. setInputTypes(Pair<Class<T>,Class<U>> types)
Set the input types to be enforced. -
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. callbacks
Callbacks to add headers dynamically.private List<Pair<String,String>>
URLBuilder. queryParams
Parameters 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 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<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. -
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 class
LangBearingString
An 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.