public class JWTAuthenticator extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SIGNED_JWT_AUTH_USERNAME |
| Constructor and Description |
|---|
JWTAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationInfo |
authenticate(javax.servlet.http.HttpServletRequest request) |
boolean |
isJWTHeaderExist(javax.servlet.http.HttpServletRequest request) |
public static final String SIGNED_JWT_AUTH_USERNAME
public boolean isJWTHeaderExist(javax.servlet.http.HttpServletRequest request)
public AuthenticationInfo authenticate(javax.servlet.http.HttpServletRequest request)
Copyright © 2017 WSO2. All rights reserved.