public abstract class JwtTokenVerifier extends Object implements hudson.ExtensionPoint
JwtTokenVerifierImpl.JwtAuthentication so that the rest of Jenkins can process this request
with proper identity of the caller.| Constructor and Description |
|---|
JwtTokenVerifier() |
| Modifier and Type | Method and Description |
|---|---|
static hudson.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 hudson.ExtensionList<JwtTokenVerifier> all()
Copyright © 2016–2019. All rights reserved.