| Package | Description |
|---|---|
| org.apache.knox.gateway.services.security.token | |
| org.apache.knox.gateway.services.security.token.impl |
| Modifier and Type | Method and Description |
|---|---|
JWT |
JWTokenAuthority.issueToken(JWTokenAttributes jwtAttributes) |
| Modifier and Type | Method and Description |
|---|---|
long |
TokenStateService.getTokenExpiration(JWT token)
Get the token expiration.
|
static String |
TokenUtils.getTokenId(JWT token)
Extract the unique Knox token identifier from the specified JWT's claim set.
|
boolean |
JWTokenAuthority.verifyToken(JWT token) |
boolean |
JWTokenAuthority.verifyToken(JWT token,
RSAPublicKey publicKey) |
boolean |
JWTokenAuthority.verifyToken(JWT token,
String jwksurl,
String algorithm) |
| Modifier and Type | Class and Description |
|---|---|
class |
JWTToken |
Copyright © 2022 The Apache Software Foundation. All rights reserved.