Uses of Class
net.shibboleth.idp.plugin.oidc.op.messaging.context.logic.ValidatedScopePredicate
Packages that use ValidatedScopePredicate
Package
Description
Conditions related to OIDC messaging.
-
Uses of ValidatedScopePredicate in net.shibboleth.idp.plugin.oidc.op.messaging.context.logic
Methods in net.shibboleth.idp.plugin.oidc.op.messaging.context.logic that return ValidatedScopePredicateModifier and TypeMethodDescriptionstatic ValidatedScopePredicateValidatedScopePredicate.fromPredicate(Predicate<com.nimbusds.oauth2.sdk.Scope> pred) Workaround for Spring type conversion ambiguities.static ValidatedScopePredicateWorkaround for Spring type conversion ambiguities.static ValidatedScopePredicateValidatedScopePredicate.fromValues(Collection<String> values) Workaround for Spring type conversion ambiguities.