public class LdapAuthenticationProvider
extends java.lang.Object
implements org.springframework.security.authentication.AuthenticationProvider
LdapAuthenticationProvider
.Constructor and Description |
---|
LdapAuthenticationProvider(org.pac4j.core.authorization.generator.AuthorizationGenerator<org.pac4j.core.profile.CommonProfile> authorizationGenerator,
AdminPagesSecurityProperties adminPagesSecurityProperties) |
Modifier and Type | Method and Description |
---|---|
org.springframework.security.core.Authentication |
authenticate(org.springframework.security.core.Authentication authentication) |
boolean |
supports(java.lang.Class<?> aClass) |
public LdapAuthenticationProvider(org.pac4j.core.authorization.generator.AuthorizationGenerator<org.pac4j.core.profile.CommonProfile> authorizationGenerator, AdminPagesSecurityProperties adminPagesSecurityProperties)
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication) throws org.springframework.security.core.AuthenticationException
authenticate
in interface org.springframework.security.authentication.AuthenticationProvider
org.springframework.security.core.AuthenticationException
public boolean supports(java.lang.Class<?> aClass)
supports
in interface org.springframework.security.authentication.AuthenticationProvider