public class LDAPPasswdAuth extends PasswdAuth
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
logger |
Constructor and Description |
---|
LDAPPasswdAuth() |
Modifier and Type | Method and Description |
---|---|
Principal |
checkUser(String userId,
String passwd,
String clientAddr)
This method gets the parameters necessary for checking if the user is allowed to connect to the server.
|
sendLoginRequest, setAuthorizationCookie
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
logoutRedirect
public Principal checkUser(String userId, String passwd, String clientAddr) throws Exception
HttpAuth
checkUser
in interface HttpAuth
checkUser
in class PasswdAuth
userId
- a string determining the id of the user who wants to get connectedpasswd
- the password of the userclientAddr
- the ip-address of the client from which the user wants to connectException
HttpAuth.checkUser(java.lang.String, java.lang.String, java.lang.String)
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.