Class DefaultClaimMergingStrategyTest
- java.lang.Object
-
- net.shibboleth.idp.plugin.authn.oidc.rp.impl.DefaultClaimMergingStrategyTest
-
public class DefaultClaimMergingStrategyTest extends Object
Test for the DefaultClaimMergingStrategy.
-
-
Field Summary
Fields Modifier and Type Field Description private StringUSERINFO_RESPONSEMock response from the UserInfo endpoint.
-
Constructor Summary
Constructors Constructor Description DefaultClaimMergingStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestMerge()voidtestMergeNullIdToken()voidtestMergeNullUserInfo()
-
-
-
Field Detail
-
USERINFO_RESPONSE
@Nonnull @NotEmpty private final String USERINFO_RESPONSE
Mock response from the UserInfo endpoint.- See Also:
- Constant Field Values
-
-
Method Detail
-
testMerge
public void testMerge() throws net.minidev.json.parser.ParseException- Throws:
net.minidev.json.parser.ParseException
-
testMergeNullUserInfo
public void testMergeNullUserInfo() throws net.minidev.json.parser.ParseException- Throws:
net.minidev.json.parser.ParseException
-
testMergeNullIdToken
public void testMergeNullIdToken() throws net.minidev.json.parser.ParseException- Throws:
net.minidev.json.parser.ParseException
-
-