Class UserInfoPlainResponseTypeConditionTest

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

public class UserInfoPlainResponseTypeConditionTest extends Object
Tests for the UserInfoPlainResponseTypeCondition.
  • Field Details

    • CLIENT_SECRET

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

      private net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic.UserInfoPlainResponseTypeCondition condition
      The condition to test
    • ctx

      private net.shibboleth.idp.plugin.authn.oidc.rp.context.UserInfoResponseContext ctx
    • prc

      private ProfileRequestContext prc
  • Constructor Details

    • UserInfoPlainResponseTypeConditionTest

      public UserInfoPlainResponseTypeConditionTest()
  • Method Details

    • setup

      @BeforeMethod public void setup()
    • testUserInfoIsPlain

      public void testUserInfoIsPlain()
    • testUserInfoNoResponse

      public void testUserInfoNoResponse()
    • testUserInfoIsJWT

      public void testUserInfoIsJWT() throws com.nimbusds.jose.JOSEException, ParseException
      Throws:
      com.nimbusds.jose.JOSEException
      ParseException