Uses of Class
net.shibboleth.utilities.java.support.annotation.ParameterName
-
Packages that use ParameterName Package Description net.shibboleth.utilities.java.support.codec A set of helper functions for encoding/decoding data to/from different formats.net.shibboleth.utilities.java.support.logic Classes that represent basic first order logic concepts.net.shibboleth.utilities.java.support.resolver Interfaces for searching over data.net.shibboleth.utilities.java.support.scripting Classes for working with JSR-223 scripting environments.net.shibboleth.utilities.java.support.security.impl 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 ParameterName Constructor Description StringDigester(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 ParameterName Modifier and Type Method Description 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,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>FunctionSupport. compose(Function<? super B,? extends C> g, Function<A,? extends B> f)Returns the composition of two functions.static <A,B,C>
Function<A,C>FunctionSupport. compose(Function<? super B,? extends C> g, Function<A,? extends B> f)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.static <T> Function<T,Boolean>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 ParameterName Constructor Description 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.PredicateDrivenFunction(Predicate<? super T> condition, Function<? super T,U> whenTrue, Function<? super T,U> whenFalse)Constructor.ScriptedBiConsumer(EvaluableScript theScript)Constructor.ScriptedBiConsumer(EvaluableScript theScript, String extraInfo)Constructor.ScriptedBiConsumer(EvaluableScript theScript, String extraInfo)Constructor.ScriptedBiFunction(EvaluableScript theScript)Constructor.ScriptedBiFunction(EvaluableScript theScript, String extraInfo)Constructor.ScriptedBiFunction(EvaluableScript theScript, String extraInfo)Constructor.ScriptedBiPredicate(EvaluableScript theScript)Constructor.ScriptedBiPredicate(EvaluableScript theScript, String extraInfo)Constructor.ScriptedBiPredicate(EvaluableScript theScript, String extraInfo)Constructor.ScriptedConsumer(EvaluableScript theScript)Constructor.ScriptedConsumer(EvaluableScript theScript, String extraInfo)Constructor.ScriptedConsumer(EvaluableScript theScript, String extraInfo)Constructor.ScriptedFunction(EvaluableScript theScript)Constructor.ScriptedFunction(EvaluableScript theScript, String extraInfo)Constructor.ScriptedFunction(EvaluableScript theScript, String extraInfo)Constructor.ScriptedPredicate(EvaluableScript theScript)Constructor.ScriptedPredicate(EvaluableScript theScript, String extraInfo)Constructor.ScriptedPredicate(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.StrategyIndirectedPredicate(Function<T1,T2> objectStrategy, Predicate<T2> pred)Constructor.StrategyIndirectedPredicate(Function<T1,T2> objectStrategy, Predicate<T2> pred)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 Constructor Description ClassCriterion(Class<T> type)Constructor. -
Uses of ParameterName in net.shibboleth.utilities.java.support.scripting
Constructor parameters in net.shibboleth.utilities.java.support.scripting with annotations of type ParameterName Constructor Description AbstractScriptEvaluator(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 ParameterName Constructor Description DelegatingAccessControlService(ReloadableService<AccessControlService> acService)Constructor.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.
-