Package com.openxava.naviox.impl
Class LDAPAuthenticatorProvider
java.lang.Object
com.openxava.naviox.impl.LDAPAuthenticatorProvider
- All Implemented Interfaces:
ILDAPAuthenticatorProvider
- Since:
- 7.4
- Author:
- Javier Paniza
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisValidLogin(String user, String password) Return true if it achieves to connect to the LDAP server with the user and password indicated.
-
Constructor Details
-
LDAPAuthenticatorProvider
public LDAPAuthenticatorProvider()
-
-
Method Details
-
isValidLogin
Description copied from interface:ILDAPAuthenticatorProviderReturn true if it achieves to connect to the LDAP server with the user and password indicated.- Specified by:
isValidLoginin interfaceILDAPAuthenticatorProvider
-