Uses of Class
net.shibboleth.utilities.java.support.collection.Pair
Packages that use Pair
Package
Description
Additional implementations of, and helpers for working with, collections.
Classes that represent basic first order logic concepts.
Classes for working with HTTP URLs and the protocol.
A set of utilities dealing with Java's primitive types.
Helpers for common security related tasks.
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 -
Uses of Pair in net.shibboleth.utilities.java.support.logic
Fields in net.shibboleth.utilities.java.support.logic declared as PairModifier and TypeFieldDescriptionScriptedBiConsumer.inputTypesInput types.ScriptedBiFunction.inputTypesInput types.ScriptedBiPredicate.inputTypesInput type 1.Methods in net.shibboleth.utilities.java.support.logic that return PairModifier and TypeMethodDescriptionScriptedBiConsumer.getInputTypes()Get the input type to be enforced.ScriptedBiFunction.getInputTypes()Get the input type to be enforced.ScriptedBiPredicate.getInputTypes()Get the input type to be enforced.Methods in net.shibboleth.utilities.java.support.logic with parameters of type PairModifier and TypeMethodDescriptionvoidSet the input types to be enforced.voidSet the input types to be enforced.voidSet 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 PairModifier and TypeFieldDescriptionprivate Collection<Function<Pair<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>, Boolean>> DynamicResponseHeaderFilter.callbacksCallbacks to add headers dynamically.URLBuilder.queryParamsParameters in the query string.Methods in net.shibboleth.utilities.java.support.net that return types with arguments of type PairModifier and TypeMethodDescriptionURLBuilder.getQueryParams()Gets the query string parameters for the URL.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 PairModifier and TypeMethodDescriptionstatic StringURISupport.buildQuery(List<Pair<String, String>> parameters) Builds an RFC-3968 encoded URL query component from a collection of parameters.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 URISets the query of a URI. -
Uses of Pair in net.shibboleth.utilities.java.support.primitive
Subclasses of Pair in net.shibboleth.utilities.java.support.primitiveModifier and TypeClassDescriptionclassAn 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 PairModifier and TypeMethodDescriptionDataSealerKeyStrategy.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 PairModifier and TypeMethodDescriptionBasicKeystoreKeyStrategy.getDefaultKey()Get the default/current key to use for new operations, returned along with an identifier for it.ScriptedKeyStrategy.getDefaultKey()Get the default/current key to use for new operations, returned along with an identifier for it.