public class KnoxAuthenticationProvider extends NiFiAuthenticationProvider
| Modifier and Type | Field and Description |
|---|---|
private KnoxService |
knoxService |
private static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
KnoxAuthenticationProvider(KnoxService knoxService,
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, mapIdentityprivate static final org.slf4j.Logger logger
private final KnoxService knoxService
public KnoxAuthenticationProvider(KnoxService knoxService, 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.