public class AmbariPamAuthenticationProvider extends AmbariAuthenticationProvider
It is expected that PAM is properly configured in the underlying operating system for this authentication provider to work properly.
Constructor and Description |
---|
AmbariPamAuthenticationProvider(Users users,
PamAuthenticationFactory pamAuthenticationFactory,
Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
org.springframework.security.core.Authentication |
authenticate(org.springframework.security.core.Authentication authentication) |
boolean |
supports(Class<?> authentication) |
getAuthenticationEntities, getAuthenticationEntities, getAuthenticationEntity, getConfiguration, getUsers
@Inject public AmbariPamAuthenticationProvider(Users users, PamAuthenticationFactory pamAuthenticationFactory, Configuration configuration)
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication) throws org.springframework.security.core.AuthenticationException
org.springframework.security.core.AuthenticationException
public boolean supports(Class<?> authentication)
Copyright © 2022 Apache Software Foundation. All rights reserved.