Class UserInfoPlainResponseTypeConditionTest
- java.lang.Object
-
- net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic.UserInfoPlainResponseTypeConditionTest
-
public class UserInfoPlainResponseTypeConditionTest extends Object
Tests for theUserInfoPlainResponseTypeCondition.
-
-
Field Summary
Fields Modifier and Type Field Description private static StringCLIENT_SECRETThe client_secret.private net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic.UserInfoPlainResponseTypeConditionconditionThe condition to testprivate net.shibboleth.idp.plugin.authn.oidc.rp.context.UserInfoResponseContextctxprivate ProfileRequestContextprc
-
Constructor Summary
Constructors Constructor Description UserInfoPlainResponseTypeConditionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestUserInfoIsJWT()voidtestUserInfoIsPlain()voidtestUserInfoNoResponse()
-
-
-
Field Detail
-
CLIENT_SECRET
private static final String CLIENT_SECRET
The client_secret.- See Also:
- Constant Field Values
-
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
-
-
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.JOSEExceptionParseException
-
-