Uses of Class
net.shibboleth.idp.plugin.oidc.op.messaging.context.logic.ValidatedScopePredicate
-
Packages that use ValidatedScopePredicate Package Description net.shibboleth.idp.plugin.oidc.op.messaging.context.logic 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 ValidatedScopePredicate Modifier and Type Method Description static ValidatedScopePredicateValidatedScopePredicate. fromPredicate(Predicate<com.nimbusds.oauth2.sdk.Scope> pred)Workaround for Spring type conversion ambiguities.static ValidatedScopePredicateValidatedScopePredicate. fromValue(String value)Workaround for Spring type conversion ambiguities.static ValidatedScopePredicateValidatedScopePredicate. fromValues(Collection<String> values)Workaround for Spring type conversion ambiguities.
-