Uses of Annotation Type
net.shibboleth.utilities.java.support.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.
Implementations of security interfaces.
-
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) Constructor.StringDigester(String algorithm, StringDigester.OutputFormat format) Constructor.StringDigester(String algorithm, StringDigester.OutputFormat format, Charset charset) Constructor.StringDigester(String algorithm, StringDigester.OutputFormat format, Charset charset) Constructor.StringDigester(String algorithm, StringDigester.OutputFormat format, Charset charset) 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, D> BiFunction<A, B, D> BiFunctionSupport.compose(Function<? super C, ? extends D> g, BiFunction<A, B, ? extends C> f) A static version ofBiFunction.andThen(Function).static <A,B, C, D> BiFunction<A, B, D> BiFunctionSupport.compose(Function<? super C, ? extends D> g, BiFunction<A, B, ? extends C> f) A static version ofBiFunction.andThen(Function).static <A,B, C> Function<A, C> Returns the composition of two functions.static <A,B, C> Function<A, C> Returns the composition of two functions.static <T,U, V> BiFunction<T, U, V> BiFunctionSupport.constant(V target) Creates aBiFunctionthat returns a constant value.static <T1,T2> Function<T1, T2> FunctionSupport.constant(T2 target) Creates a function that returns a constant value, likeFunctions.constant(Object), but with the type of input parameterized as well as the output.static <T,U> BiFunction<T, U, Boolean> BiFunctionSupport.forBiPredicate(BiPredicate<? super T, ? super U> predicate) Creates aBiFunctionthat returns the same boolean output as the givenBiPredicatefor all inputs.static <A,B, C> BiFunction<A, B, C> BiFunctionSupport.forFunctionOfFirstArg(Function<? super A, ? extends C> function) Adapts aFunctioninto a {BiFunction} that ignores the second argument.static <A,B, C> BiFunction<A, B, C> BiFunctionSupport.forFunctionOfSecondArg(Function<? super B, ? extends C> function) Adapts aFunctioninto a {BiFunction} that ignores the first argument.FunctionSupport.forPredicate(Predicate<? super T> predicate) Creates a function that returns the same boolean output as the given predicate for all inputs.Constructor parameters in net.shibboleth.utilities.java.support.logic with annotations of type ParameterNameModifierConstructorDescriptionPredicateDrivenFunction(Predicate<? super T> condition, Function<? super T, U> whenTrue, Function<? super T, U> whenFalse) Constructor.PredicateDrivenFunction(Predicate<? super T> condition, Function<? super T, U> whenTrue, Function<? super T, U> whenFalse) Constructor.PredicateDrivenFunction(Predicate<? super T> condition, Function<? super T, U> whenTrue, Function<? super T, U> whenFalse) Constructor.protectedScriptedBiConsumer(EvaluableScript theScript) Constructor.protectedScriptedBiConsumer(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedBiConsumer(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedBiFunction(EvaluableScript theScript) Constructor.protectedScriptedBiFunction(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedBiFunction(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedBiPredicate(EvaluableScript theScript) Constructor.protectedScriptedBiPredicate(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedBiPredicate(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedConsumer(EvaluableScript theScript) Constructor.protectedScriptedConsumer(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedConsumer(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedFunction(EvaluableScript theScript) Constructor.protectedScriptedFunction(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedFunction(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedPredicate(EvaluableScript theScript) Constructor.protectedScriptedPredicate(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedPredicate(EvaluableScript theScript, String extraInfo) Constructor.StrategyIndirectedPredicate(Function<T1, T2> objectStrategy, Collection<T2> collection) Constructor that simplifies constructing a test for containment in a collection, which is a common use case.StrategyIndirectedPredicate(Function<T1, T2> objectStrategy, Collection<T2> collection) Constructor that simplifies constructing a test for containment in a collection, which is a common use case.Constructor.Constructor. -
Uses of ParameterName in net.shibboleth.utilities.java.support.resolver
Constructor parameters in net.shibboleth.utilities.java.support.resolver with annotations of type ParameterName -
Uses of ParameterName in net.shibboleth.utilities.java.support.scripting
Constructor parameters in net.shibboleth.utilities.java.support.scripting with annotations of type ParameterNameModifierConstructorDescriptionAbstractScriptEvaluator(EvaluableScript theScript) Constructor.EvaluableScript(File scriptSource) Deprecated, for removal: This API element is subject to removal in a future version.in 8.1EvaluableScript(InputStream scriptSource) Deprecated, for removal: This API element is subject to removal in a future version.in 8.1EvaluableScript(String scriptSource) Deprecated, for removal: This API element is subject to removal in a future version.in 8.1EvaluableScript(String engineName, File scriptSource) Deprecated, for removal: This API element is subject to removal in a future version.in 8.1EvaluableScript(String engineName, File scriptSource) Deprecated, for removal: This API element is subject to removal in a future version.in 8.1EvaluableScript(String engineName, InputStream scriptSource) Deprecated, for removal: This API element is subject to removal in a future version.in 8.1EvaluableScript(String engineName, InputStream scriptSource) Deprecated, for removal: This API element is subject to removal in a future version.in 8.1EvaluableScript(String engineName, String scriptSource) Deprecated, for removal: This API element is subject to removal in a future version.in 8.1EvaluableScript(String engineName, String scriptSource) Deprecated, for removal: This API element is subject to removal in a future version.in 8.1EvaluableScript(String engineName, Resource scriptSource) Deprecated, for removal: This API element is subject to removal in a future version.in 8.1EvaluableScript(String engineName, Resource scriptSource) Deprecated, for removal: This API element is subject to removal in a future version.in 8.1EvaluableScript(Resource scriptSource) Deprecated, for removal: This API element is subject to removal in a future version.in 8.1 -
Uses of ParameterName in net.shibboleth.utilities.java.support.security.impl
Constructor parameters in net.shibboleth.utilities.java.support.security.impl with annotations of type ParameterNameModifierConstructorDescriptionConstructor.SecureRandomIdentifierGenerationStrategy(int identifierSize) Constructor.SecureRandomIdentifierGenerationStrategy(SecureRandom source, int identifierSize, org.apache.commons.codec.BinaryEncoder identifierEncoder) Constructor.SecureRandomIdentifierGenerationStrategy(SecureRandom source, int identifierSize, org.apache.commons.codec.BinaryEncoder identifierEncoder) Constructor.SecureRandomIdentifierGenerationStrategy(SecureRandom source, int identifierSize, org.apache.commons.codec.BinaryEncoder identifierEncoder) Constructor.