| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
contextSearchQuery |
protected java.lang.String |
providerURLProperty |
protected java.lang.String |
searchAttribute |
protected java.lang.String |
securityAuthenticationType |
protected java.lang.String |
securityPrincipal |
CAPABILITY_EDIT_CONNECTIONS, CAPABILITY_EDIT_JOBS, CAPABILITY_RUN_JOBS, CAPABILITY_VIEW_CONNECTIONS, CAPABILITY_VIEW_JOBS, CAPABILITY_VIEW_REPORTS| Constructor and Description |
|---|
LdapAuthenticator(IThreadContext threadContext)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkCapability(java.lang.String userId,
int capability)
Check user capability
|
boolean |
verifyAPILogin(java.lang.String userId,
java.lang.String password)
Verify API login
|
protected boolean |
verifyLogin(java.lang.String userId,
java.lang.String password) |
boolean |
verifyUILogin(java.lang.String userId,
java.lang.String password)
Verify UI login
|
protected final java.lang.String securityPrincipal
protected final java.lang.String securityAuthenticationType
protected final java.lang.String providerURLProperty
protected final java.lang.String contextSearchQuery
protected final java.lang.String searchAttribute
public LdapAuthenticator(IThreadContext threadContext) throws ManifoldCFException
ManifoldCFExceptionpublic boolean verifyUILogin(java.lang.String userId,
java.lang.String password)
throws ManifoldCFException
IAuthverifyUILogin in interface IAuthuserId - password - ManifoldCFExceptionpublic boolean verifyAPILogin(java.lang.String userId,
java.lang.String password)
throws ManifoldCFException
IAuthverifyAPILogin in interface IAuthManifoldCFExceptionprotected boolean verifyLogin(java.lang.String userId,
java.lang.String password)
throws ManifoldCFException
ManifoldCFExceptionpublic boolean checkCapability(java.lang.String userId,
int capability)
throws ManifoldCFException
checkCapability in interface IAuthManifoldCFException