Class UserInfoPlainResponseTypeConditionTest
java.lang.Object
net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic.UserInfoPlainResponseTypeConditionTest
Tests for the
UserInfoPlainResponseTypeCondition.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final StringThe client_secret.private net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic.UserInfoPlainResponseTypeConditionThe condition to testprivate net.shibboleth.idp.plugin.authn.oidc.rp.context.UserInfoResponseContextprivate ProfileRequestContext -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CLIENT_SECRET
The client_secret.- See Also:
-
condition
private net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic.UserInfoPlainResponseTypeCondition conditionThe condition to test -
ctx
private net.shibboleth.idp.plugin.authn.oidc.rp.context.UserInfoResponseContext ctx -
prc
-
-
Constructor Details
-
UserInfoPlainResponseTypeConditionTest
public UserInfoPlainResponseTypeConditionTest()
-
-
Method Details
-
setup
@BeforeMethod public void setup() -
testUserInfoIsPlain
public void testUserInfoIsPlain() -
testUserInfoNoResponse
public void testUserInfoNoResponse() -
testUserInfoIsJWT
- Throws:
com.nimbusds.jose.JOSEExceptionParseException
-