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>
Function<A,C>FunctionSupport. compose(Function<B,C> g, Function<A,? extends B> f)Returns the composition of two functions.static <A,B,C>
Function<A,C>FunctionSupport. compose(Function<B,C> g, Function<A,? extends B> f)Returns the composition of two functions.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.Constructor parameters in net.shibboleth.utilities.java.support.logic with annotations of type ParameterName Constructor Description 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)Constructor.EvaluableScript(InputStream scriptSource)Constructor.EvaluableScript(String scriptSource)Constructor.EvaluableScript(String engineName, File scriptSource)Constructor.EvaluableScript(String engineName, File scriptSource)Constructor.EvaluableScript(String engineName, InputStream scriptSource)Constructor.EvaluableScript(String engineName, InputStream scriptSource)Constructor.EvaluableScript(String engineName, String scriptSource)Constructor.EvaluableScript(String engineName, String scriptSource)Constructor.EvaluableScript(String engineName, Resource scriptSource)Constructor.EvaluableScript(String engineName, Resource scriptSource)Constructor.EvaluableScript(Resource scriptSource)Constructor. -
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.
-