Class RequestObjectRequiredAndSupportedTest

java.lang.Object
net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic.RequestObjectRequiredAndSupportedTest

public class RequestObjectRequiredAndSupportedTest extends Object
Tests for the RequestObjectRequiredAndSupported.
  • Field Details

    • predicate

      private net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic.RequestObjectRequiredAndSupported predicate
      The predicate to test
    • prc

      private ProfileRequestContext prc
    • rpc

      private net.shibboleth.profile.context.RelyingPartyContext rpc
    • config

      private net.shibboleth.oidc.profile.config.impl.DefaultOIDCAuthorizationConfiguration config
    • providerCtx

      private net.shibboleth.oidc.metadata.context.OIDCProviderMetadataContext providerCtx
  • Constructor Details

    • RequestObjectRequiredAndSupportedTest

      public RequestObjectRequiredAndSupportedTest()
  • Method Details

    • setup

      @BeforeMethod public void setup()
    • testRequestObjectEnabled_NoProviderContext

      public void testRequestObjectEnabled_NoProviderContext()
    • testRequestObjectEnabled_NoMetadata

      public void testRequestObjectEnabled_NoMetadata()
    • testRequestObjectEnabledAndSupported

      public void testRequestObjectEnabledAndSupported()
    • testRequestObjectNotEnabledAndSupported

      public void testRequestObjectNotEnabledAndSupported()