Class IDTokenJOSEHeaderLookupStrategyTest
- java.lang.Object
-
- net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate.IDTokenJOSEHeaderLookupStrategyTest
-
public class IDTokenJOSEHeaderLookupStrategyTest extends Object
Tests forIDTokenJOSEHeaderLookupStrategy.
-
-
Field Summary
Fields Modifier and Type Field Description private static StringCLIENT_SECRETThe client_secret.private net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate.IDTokenJOSEHeaderLookupStrategyfunctionprivate ProfileRequestContextprcprivate net.shibboleth.idp.plugin.authn.oidc.rp.context.AccessTokenResponseContexttestContext
-
Constructor Summary
Constructors Constructor Description IDTokenJOSEHeaderLookupStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestGetJOSEHeader()voidtestGetJOSEHeader_JWEType()voidtestGetJOSEHeader_NoContext()voidtestGetJOSEHeader_NoTokenResponse()
-
-
-
Field Detail
-
CLIENT_SECRET
private static final String CLIENT_SECRET
The client_secret.- See Also:
- Constant Field Values
-
function
private net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate.IDTokenJOSEHeaderLookupStrategy function
-
prc
private ProfileRequestContext prc
-
testContext
private net.shibboleth.idp.plugin.authn.oidc.rp.context.AccessTokenResponseContext testContext
-
-