public class StandardJwtLogoutListener extends Object implements JwtLogoutListener
| Modifier and Type | Field and Description |
|---|---|
private org.springframework.security.oauth2.jwt.JwtDecoder |
jwtDecoder
JWT Decoder
|
private JwtRevocationService |
jwtRevocationService
JWT Revocation Service
|
| Constructor and Description |
|---|
StandardJwtLogoutListener(org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder,
JwtRevocationService jwtRevocationService) |
| Modifier and Type | Method and Description |
|---|---|
void |
logout(String bearerToken)
Logout Bearer Token sets revoked status using the JSON Web Token Identifier
|
private final org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder
private final JwtRevocationService jwtRevocationService
public StandardJwtLogoutListener(org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder,
JwtRevocationService jwtRevocationService)
public void logout(String bearerToken)
logout in interface JwtLogoutListenerbearerToken - Bearer TokenCopyright © 2023 Apache NiFi Project. All rights reserved.