Class IDTokenInAccessTokenUpdateStrategyTest
java.lang.Object
net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate.IDTokenInAccessTokenUpdateStrategyTest
Tests for
IDTokenInAccessTokenUpdateStrategy.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final StringThe client_secret.private net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate.IDTokenInAccessTokenUpdateStrategyThe strategy to test. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidSet an encrypted token into the context and update it with a signed token.
-
Field Details
-
CLIENT_SECRET
The client_secret.- See Also:
-
strategy
private net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate.IDTokenInAccessTokenUpdateStrategy strategyThe strategy to test.
-
-
Constructor Details
-
IDTokenInAccessTokenUpdateStrategyTest
public IDTokenInAccessTokenUpdateStrategyTest()
-
-
Method Details
-
testUpdateEncryptedToSigned
Set an encrypted token into the context and update it with a signed token. Leaving all the other tokens in place.- Throws:
Exception- on error.
-