public class NiFiAnonymousAuthenticationProvider extends NiFiAuthenticationProvider
| Modifier and Type | Field and Description |
|---|---|
(package private) NiFiProperties |
properties |
| Constructor and Description |
|---|
NiFiAnonymousAuthenticationProvider(NiFiProperties nifiProperties,
Authorizer authorizer) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
authenticate(org.springframework.security.core.Authentication authentication) |
boolean |
supports(Class<?> authentication) |
getMappings, getUserGroups, mapIdentityfinal NiFiProperties properties
public NiFiAnonymousAuthenticationProvider(NiFiProperties nifiProperties, Authorizer authorizer)
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication)
throws org.springframework.security.core.AuthenticationException
org.springframework.security.core.AuthenticationExceptionpublic boolean supports(Class<?> authentication)
Copyright © 2023 Apache NiFi Project. All rights reserved.