Uses of Annotation Interface
net.shibboleth.shared.annotation.ParameterName
Packages that use ParameterName
Package
Description
A set of helper functions for encoding/decoding data to/from different formats.
Classes that represent basic first order logic concepts.
Interfaces for searching over data.
Classes for working with JSR-223 scripting environments.
Helpers for common security related tasks.
Shared service APIs.
Classes related to reloading beans.
Security-related service implementation classes.
Java Servlet specification implementation classes.
Classes supporting Spring configuration activities.
Classes used in custom XML Spring configuration handling.
Classes supporting use of Spring Expression Language (SpEL).
Spring resource classes supporting HttpClient access.
Shibboleth integration with Spring
Resource.Helper functions,
concrete implementations and a bridging class.Spring specific implementations of
ServiceableComponent and
ReloadableService.Spring-aware APIs relating to Java Servlets, Filters, etc.
Side-port of Velocity support from Spring 4 after removal from Spring 5.
Classes supporting testing of other classes.
Legacy API stub for compatibility.
Legacy compatibility stubs.
-
Uses of ParameterName in net.shibboleth.utilities.java.support.codec
Constructor parameters in net.shibboleth.utilities.java.support.codec with annotations of type ParameterNameModifierConstructorDescriptionStringDigester(String algorithm, StringDigester.OutputFormat format) Deprecated, for removal: This API element is subject to removal in a future version.Constructor.StringDigester(String algorithm, StringDigester.OutputFormat format) Deprecated, for removal: This API element is subject to removal in a future version.Constructor.StringDigester(String algorithm, StringDigester.OutputFormat format, Charset charset) Deprecated, for removal: This API element is subject to removal in a future version.Constructor.StringDigester(String algorithm, StringDigester.OutputFormat format, Charset charset) Deprecated, for removal: This API element is subject to removal in a future version.Constructor.StringDigester(String algorithm, StringDigester.OutputFormat format, Charset charset) Deprecated, for removal: This API element is subject to removal in a future version.Constructor. -
Uses of ParameterName in net.shibboleth.utilities.java.support.logic
Method parameters in net.shibboleth.utilities.java.support.logic with annotations of type ParameterNameModifier and TypeMethodDescriptionstatic <A,B, C> Function<A, C> Deprecated, for removal: This API element is subject to removal in a future version.Returns the composition of two functions.static <A,B, C> Function<A, C> Deprecated, for removal: This API element is subject to removal in a future version.Returns the composition of two functions.static <T1,T2> Function<T1, T2> FunctionSupport.constant(T2 target) Deprecated, for removal: This API element is subject to removal in a future version.Creates a function that returns a constant value.FunctionSupport.forPredicate(Predicate<T> predicate) Deprecated, for removal: This API element is subject to removal in a future version.Creates a function that returns the same boolean output as the given predicate for all inputs.