| Package | Description |
|---|---|
| org.apache.nifi.web.security.configuration | |
| org.apache.nifi.web.security.jwt.revocation | |
| org.apache.nifi.web.security.jwt.revocation.command |
| Modifier and Type | Method and Description |
|---|---|
JwtRevocationService |
JwtAuthenticationSecurityConfiguration.jwtRevocationService() |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardJwtRevocationService
Standard JSON Web Token Revocation Service using State Manager
|
| Modifier and Type | Field and Description |
|---|---|
private JwtRevocationService |
JwtRevocationValidator.jwtRevocationService |
private JwtRevocationService |
StandardJwtLogoutListener.jwtRevocationService
JWT Revocation Service
|
| Constructor and Description |
|---|
JwtRevocationValidator(JwtRevocationService jwtRevocationService) |
StandardJwtLogoutListener(org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder,
JwtRevocationService jwtRevocationService) |
| Modifier and Type | Field and Description |
|---|---|
private JwtRevocationService |
RevocationExpirationCommand.jwtRevocationService |
| Constructor and Description |
|---|
RevocationExpirationCommand(JwtRevocationService jwtRevocationService) |
Copyright © 2023 Apache NiFi Project. All rights reserved.