| Package | Description |
|---|---|
| org.apache.nifi.web.security.configuration | |
| org.apache.nifi.web.security.jwt.provider | |
| org.apache.nifi.web.security.saml2.web.authentication |
| Modifier and Type | Field and Description |
|---|---|
private BearerTokenProvider |
SamlAuthenticationSecurityConfiguration.bearerTokenProvider |
| Modifier and Type | Method and Description |
|---|---|
BearerTokenProvider |
JwtAuthenticationSecurityConfiguration.bearerTokenProvider() |
| Constructor and Description |
|---|
SamlAuthenticationSecurityConfiguration(NiFiProperties properties,
BearerTokenProvider bearerTokenProvider,
LogoutRequestManager logoutRequestManager,
IdpUserGroupService idpUserGroupService) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardBearerTokenProvider
Standard Bearer Token Provider supports returning serialized and signed JSON Web Tokens
|
| Modifier and Type | Field and Description |
|---|---|
private BearerTokenProvider |
Saml2AuthenticationSuccessHandler.bearerTokenProvider |
| Constructor and Description |
|---|
Saml2AuthenticationSuccessHandler(BearerTokenProvider bearerTokenProvider,
IdpUserGroupService idpUserGroupService,
List<IdentityMapping> userIdentityMappings,
List<IdentityMapping> groupIdentityMappings,
Duration expiration,
String issuer)
SAML 2 Authentication Success Handler requires Bearer Token Provider and expiration for generated tokens
|
Copyright © 2023 Apache NiFi Project. All rights reserved.