Class LdapUserService

java.lang.Object
com.bytedesk.core.rbac.auth.ldap.LdapUserService

@Service public class LdapUserService extends Object
  • Field Details

    • ldapTemplate

      @Autowired private org.springframework.ldap.core.LdapTemplate ldapTemplate
  • Constructor Details

    • LdapUserService

      public LdapUserService()
  • Method Details

    • authenticate

      public boolean authenticate(String username, String password)