@Extension(ordinal=-9999.0) public class JwtTokenVerifierImpl extends JwtTokenVerifier
| Modifier and Type | Class and Description |
|---|---|
static class |
JwtTokenVerifierImpl.JwtAuthentication |
| Constructor and Description |
|---|
JwtTokenVerifierImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.acegisecurity.Authentication |
verify(javax.servlet.http.HttpServletRequest request) |
allpublic org.acegisecurity.Authentication verify(javax.servlet.http.HttpServletRequest request)
verify in class JwtTokenVerifierrequest - Incoming HTTP request that may (or may not) contains JWT token that we are trying to processCopyright © 2016–2017. All rights reserved.