Class ValidatedScopePredicateTest

java.lang.Object
net.shibboleth.idp.plugin.oidc.op.messaging.context.logic.ValidatedScopePredicateTest

public class ValidatedScopePredicateTest extends Object
Unit tests for ValidatedScopePredicate.
  • Field Details

    • predicate

      net.shibboleth.idp.plugin.oidc.op.messaging.context.logic.ValidatedScopePredicate predicate
  • Constructor Details

    • ValidatedScopePredicateTest

      public ValidatedScopePredicateTest()
  • Method Details

    • init

      public ProfileRequestContext init(com.nimbusds.oauth2.sdk.Scope scope)
    • testSingleValue

      public void testSingleValue()
    • testCollectionValues

      public void testCollectionValues()
    • testPredicateAlwaysFalse

      public void testPredicateAlwaysFalse()
    • testPredicateAlwaysTrue

      public void testPredicateAlwaysTrue()