Class UserInfoInUserInfoResponseContextUpdateStrategyTest
- java.lang.Object
-
- net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate.UserInfoInUserInfoResponseContextUpdateStrategyTest
-
public class UserInfoInUserInfoResponseContextUpdateStrategyTest extends Object
Tests forUserInfoInUserInfoResponseContextUpdateStrategy.
-
-
Field Summary
Fields Modifier and Type Field Description private static StringCLIENT_SECRETThe client_secret.private net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate.UserInfoInUserInfoResponseContextUpdateStrategystrategyThe strategy to test.
-
Constructor Summary
Constructors Constructor Description UserInfoInUserInfoResponseContextUpdateStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestUpdateEncryptedToSigned()
-
-
-
Field Detail
-
CLIENT_SECRET
private static final String CLIENT_SECRET
The client_secret.- See Also:
- Constant Field Values
-
strategy
private net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate.UserInfoInUserInfoResponseContextUpdateStrategy strategy
The strategy to test.
-
-