Module com.erudika.para.server
Package com.erudika.para.server.security
Class LDAPAuthenticationProvider
java.lang.Object
com.erudika.para.server.security.LDAPAuthenticationProvider
- All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationProvider
public class LDAPAuthenticationProvider
extends Object
implements org.springframework.security.authentication.AuthenticationProvider
An authentication provider that supports LDAP and AD.
- Author:
- Alex Bogdanovski [[email protected]]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.Authentication
authenticate
(org.springframework.security.core.Authentication authentication) boolean
-
Constructor Details
-
LDAPAuthenticationProvider
public LDAPAuthenticationProvider()Default constructor.
-
-
Method Details
-
authenticate
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication) - Specified by:
authenticate
in interfaceorg.springframework.security.authentication.AuthenticationProvider
-
supports
- Specified by:
supports
in interfaceorg.springframework.security.authentication.AuthenticationProvider
-