Class IDTokenJOSEHeaderLookupStrategyTest

java.lang.Object
net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate.IDTokenJOSEHeaderLookupStrategyTest

public class IDTokenJOSEHeaderLookupStrategyTest extends Object
Tests for IDTokenJOSEHeaderLookupStrategy.
  • Field Details

    • CLIENT_SECRET

      private static final String CLIENT_SECRET
      The client_secret.
      See Also:
    • function

      private net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate.IDTokenJOSEHeaderLookupStrategy function
    • prc

      private ProfileRequestContext prc
    • testContext

      private net.shibboleth.idp.plugin.authn.oidc.rp.context.AccessTokenResponseContext testContext
  • Constructor Details

    • IDTokenJOSEHeaderLookupStrategyTest

      public IDTokenJOSEHeaderLookupStrategyTest()
  • Method Details

    • setup

      @BeforeMethod public void setup() throws Exception
      Throws:
      Exception
    • testGetJOSEHeader

      public void testGetJOSEHeader() throws Exception
      Throws:
      Exception
    • testGetJOSEHeader_NoTokenResponse

      public void testGetJOSEHeader_NoTokenResponse() throws Exception
      Throws:
      Exception
    • testGetJOSEHeader_NoContext

      public void testGetJOSEHeader_NoContext() throws Exception
      Throws:
      Exception
    • testGetJOSEHeader_JWEType

      public void testGetJOSEHeader_JWEType() throws Exception
      Throws:
      Exception