Uses of Package
net.shibboleth.utilities.java.support.logic
-
Packages that use net.shibboleth.utilities.java.support.logic Package Description net.shibboleth.utilities.java.support.logic Classes that represent basic first order logic concepts. -
Classes in net.shibboleth.utilities.java.support.logic used by net.shibboleth.utilities.java.support.logic Class Description Predicate A convenience interface to allow our own classes to implement the JavaPredicateand log any calls to thePredicate.apply(Object)method as deprecated.ScriptedFunction AFunctionwhich calls out to a supplied script.ScriptedPredicate APredicatewhich calls out to a supplied script.StrategyIndirectedPredicate Generic predicate that checks a candidateObjectreturned by a lookup function against an injected predicate.TrimOrNullStringFunction AFunctionthat appliesStringSupport.trimOrNull(String)to a given input string.