Uses of Class
net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate
-
Packages that use RelyingPartyIdPredicate Package Description net.shibboleth.idp.profile.logic Functions and predicates supporting other profile components. -
-
Uses of RelyingPartyIdPredicate in net.shibboleth.idp.profile.logic
Methods in net.shibboleth.idp.profile.logic that return RelyingPartyIdPredicate Modifier and Type Method Description static RelyingPartyIdPredicateRelyingPartyIdPredicate. fromCandidate(String candidate)Workaround for Spring type conversion ambiguities.static RelyingPartyIdPredicateRelyingPartyIdPredicate. fromCandidates(Collection<String> candidates)Workaround for Spring type conversion ambiguities.static RelyingPartyIdPredicateRelyingPartyIdPredicate. fromPredicate(Predicate<String> pred)Workaround for Spring type conversion ambiguities.
-