Class UserInfoPlainResponseTypeConditionTest


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

      • 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
    • Constructor Detail

      • UserInfoPlainResponseTypeConditionTest

        public UserInfoPlainResponseTypeConditionTest()
    • Method Detail

      • 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