| Package | Description |
|---|---|
| org.apache.nifi.web.security.jwt.jws |
| Modifier and Type | Field and Description |
|---|---|
private AtomicReference<JwsSignerContainer> |
StandardJwsSignerProvider.currentSigner |
| Modifier and Type | Method and Description |
|---|---|
JwsSignerContainer |
JwsSignerProvider.getJwsSignerContainer(Instant expiration)
Get JSON Web Signature Signer Container
|
JwsSignerContainer |
StandardJwsSignerProvider.getJwsSignerContainer(Instant expiration)
Get Current JWS Signer Container and update expiration
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignerListener.onSignerUpdated(JwsSignerContainer jwsSignerContainer)
On Signer Updated
|
void |
StandardJwsSignerProvider.onSignerUpdated(JwsSignerContainer jwsSignerContainer)
On Signer Updated changes the current JWS Signer
|
Copyright © 2023 Apache NiFi Project. All rights reserved.