public class IDTokenCheckerImpl extends Object implements IDTokenChecker
| Constructor and Description |
|---|
IDTokenCheckerImpl(PluginHelper pluginHelper,
io.jenkins.plugins.tuleap_api.client.authentication.OpenIDClientApi openIDClientApi) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkPayloadAndSignature(com.auth0.jwt.interfaces.DecodedJWT idToken,
List<com.auth0.jwk.Jwk> jwks,
String tuleapUri,
String audience,
org.kohsuke.stapler.StaplerRequest request) |
public static final String ALGORITHM
@Inject public IDTokenCheckerImpl(PluginHelper pluginHelper, io.jenkins.plugins.tuleap_api.client.authentication.OpenIDClientApi openIDClientApi)
public void checkPayloadAndSignature(com.auth0.jwt.interfaces.DecodedJWT idToken,
List<com.auth0.jwk.Jwk> jwks,
String tuleapUri,
String audience,
org.kohsuke.stapler.StaplerRequest request)
throws com.auth0.jwk.InvalidPublicKeyException
checkPayloadAndSignature in interface IDTokenCheckercom.auth0.jwk.InvalidPublicKeyExceptionCopyright © 2016–2020. All rights reserved.