Package com.openxava.naviox.impl
Class LDAPAuthenticatorProvider
- java.lang.Object
-
- com.openxava.naviox.impl.LDAPAuthenticatorProvider
-
- All Implemented Interfaces:
ILDAPAuthenticatorProvider
public class LDAPAuthenticatorProvider extends java.lang.Object implements ILDAPAuthenticatorProvider
- Since:
- 7.4
- Author:
- Javier Paniza
-
-
Constructor Summary
Constructors Constructor Description 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.
-
-
-
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 interfaceILDAPAuthenticatorProvider
-
-