public abstract class JwtTokenVerifier extends Object implements ExtensionPoint
JwtTokenVerifierImpl.JwtAuthentication so that the rest of Jenkins can process this request
with proper identity of the caller.ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
JwtTokenVerifier() |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionList<JwtTokenVerifier> |
all() |
abstract org.acegisecurity.Authentication |
verify(javax.servlet.http.HttpServletRequest request) |
public abstract org.acegisecurity.Authentication verify(javax.servlet.http.HttpServletRequest request)
request - Incoming HTTP request that may (or may not) contains JWT token that we are trying to processpublic static ExtensionList<JwtTokenVerifier> all()
Copyright © 2016–2019. All rights reserved.