| Package | Description |
|---|---|
| org.apache.nifi.web.security.jwt.provider | |
| org.apache.nifi.web.security.oidc |
| Modifier and Type | Method and Description |
|---|---|
String |
BearerTokenProvider.getBearerToken(LoginAuthenticationToken loginAuthenticationToken)
Get Bearer Token
|
String |
StandardBearerTokenProvider.getBearerToken(LoginAuthenticationToken loginAuthenticationToken)
Get Signed JSON Web Token using Login Authentication Token
|
private Date |
StandardBearerTokenProvider.getExpirationTime(LoginAuthenticationToken loginAuthenticationToken) |
| Modifier and Type | Method and Description |
|---|---|
private LoginAuthenticationToken |
StandardOidcIdentityProvider.convertOIDCTokenToLoginAuthenticationToken(com.nimbusds.openid.connect.sdk.OIDCTokenResponse response) |
LoginAuthenticationToken |
OidcIdentityProvider.exchangeAuthorizationCodeforLoginAuthenticationToken(com.nimbusds.oauth2.sdk.AuthorizationGrant authorizationGrant)
Exchanges the supplied authorization grant for a Login ID Token.
|
LoginAuthenticationToken |
StandardOidcIdentityProvider.exchangeAuthorizationCodeforLoginAuthenticationToken(com.nimbusds.oauth2.sdk.AuthorizationGrant authorizationGrant) |
LoginAuthenticationToken |
OidcService.exchangeAuthorizationCodeForLoginAuthenticationToken(com.nimbusds.oauth2.sdk.AuthorizationGrant authorizationGrant)
Exchanges the specified authorization grant for an ID token.
|
Copyright © 2023 Apache NiFi Project. All rights reserved.