Class LDAPAuthenticationProvider

java.lang.Object
com.erudika.para.server.security.LDAPAuthenticationProvider

public class LDAPAuthenticationProvider extends Object
An authentication provider that supports LDAP and AD.
Author:
Alex Bogdanovski [[email protected]]
  • Constructor Details

    • LDAPAuthenticationProvider

      public LDAPAuthenticationProvider()
      Default constructor.
  • Method Details

    • authenticate

      public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication)
    • supports

      public boolean supports(Class<?> authentication)