Uses of Class
net.shibboleth.shared.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.
Shared networking APIs and classes.
A set of utilities dealing with Java's primitive types.
Helpers for common security related tasks.
Implementations of security interfaces.
Classes supporting use of Spring Expression Language (SpEL).
Spring-aware implementation classes related to Java Servlet and Filter behavior.
-
Uses of Pair in net.shibboleth.shared.collection
Constructors in net.shibboleth.shared.collection with parameters of type Pair -
Uses of Pair in net.shibboleth.shared.logic
Fields in net.shibboleth.shared.logic declared as PairModifier and TypeFieldDescriptionScriptedBiConsumer.inputTypesInput types.ScriptedBiFunction.inputTypesInput types.ScriptedBiPredicate.inputTypesInput type 1.Methods in net.shibboleth.shared.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.shared.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.shared.net
Fields in net.shibboleth.shared.net with type parameters of type PairMethods in net.shibboleth.shared.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.shared.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.static URISets the query of a URI. -
Uses of Pair in net.shibboleth.shared.primitive
Subclasses of Pair in net.shibboleth.shared.primitiveModifier and TypeClassDescriptionclassAn object that represents a string associated with a language tag/locale. -
Uses of Pair in net.shibboleth.shared.security
Methods in net.shibboleth.shared.security that return PairModifier and TypeMethodDescriptionDataSealerKeyStrategy.getDefaultKey()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Pair in net.shibboleth.shared.security.impl
Methods in net.shibboleth.shared.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. -
Uses of Pair in net.shibboleth.shared.spring.expression
Fields in net.shibboleth.shared.spring.expression declared as PairModifier and TypeFieldDescriptionSpringExpressionBiConsumer.inputTypesInput types.SpringExpressionBiFunction.inputTypesInput types.SpringExpressionBiPredicate.inputTypesInput types.Methods in net.shibboleth.shared.spring.expression that return PairModifier and TypeMethodDescriptionSpringExpressionBiConsumer.getInputTypes()Get the input type to be enforced.SpringExpressionBiFunction.getInputTypes()Get the input type to be enforced.SpringExpressionBiPredicate.getInputTypes()Get the input type to be enforced.Methods in net.shibboleth.shared.spring.expression 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.shared.spring.servlet.impl
Fields in net.shibboleth.shared.spring.servlet.impl with type parameters of type PairModifier and TypeFieldDescriptionDynamicResponseHeaderFilter.callbacksCallbacks to add headers dynamically.Method parameters in net.shibboleth.shared.spring.servlet.impl with type arguments of type PairModifier and TypeMethodDescriptionvoidDynamicResponseHeaderFilter.setCallbacks(Collection<Function<Pair<HttpServletRequest, HttpServletResponse>, Boolean>> theCallbacks) Set the callbacks to invoke to dynamically attach headers.