Class LDAPAuthenticatorProvider

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isValidLogin​(java.lang.String user, java.lang.String password)
      Return true if it achieves to connect to the LDAP server with the user and password indicated.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LDAPAuthenticatorProvider

        public LDAPAuthenticatorProvider()
    • Method Detail

      • isValidLogin

        public boolean isValidLogin​(java.lang.String user,
                                    java.lang.String password)
        Description copied from interface: ILDAPAuthenticatorProvider
        Return true if it achieves to connect to the LDAP server with the user and password indicated.
        Specified by:
        isValidLogin in interface ILDAPAuthenticatorProvider