Class LDAPBasicAuth
java.lang.Object
com.tremolosecurity.proxy.auth.util.LDAPBasicAuth
- All Implemented Interfaces:
BasicAuthImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doAuth
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpSession session, String uidAttr, String userName, String password, MyVDConnection myvd, AuthChainType act, AuthMechType amt, AuthStep as, ConfigManager cfgMgr)
-
Constructor Details
-
LDAPBasicAuth
public LDAPBasicAuth()
-
-
Method Details
-
doAuth
public void doAuth(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpSession session, String uidAttr, String userName, String password, MyVDConnection myvd, AuthChainType act, AuthMechType amt, AuthStep as, ConfigManager cfgMgr) throws com.novell.ldap.LDAPException - Specified by:
doAuth
in interfaceBasicAuthImpl
- Throws:
com.novell.ldap.LDAPException
-