public interface IAuth
Modifier and Type | Field and Description |
---|---|
static int |
CAPABILITY_EDIT_CONNECTIONS
Edit connections
|
static int |
CAPABILITY_EDIT_JOBS
Edit jobs
|
static int |
CAPABILITY_RUN_JOBS
Run jobs
|
static int |
CAPABILITY_VIEW_CONNECTIONS
View connections
|
static int |
CAPABILITY_VIEW_JOBS
View jobs
|
static int |
CAPABILITY_VIEW_REPORTS
View reports
|
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
|
boolean |
verifyUILogin(java.lang.String userId,
java.lang.String password)
Verify UI login
|
static final int CAPABILITY_VIEW_CONNECTIONS
static final int CAPABILITY_VIEW_JOBS
static final int CAPABILITY_VIEW_REPORTS
static final int CAPABILITY_EDIT_CONNECTIONS
static final int CAPABILITY_EDIT_JOBS
static final int CAPABILITY_RUN_JOBS
boolean verifyUILogin(java.lang.String userId, java.lang.String password) throws ManifoldCFException
ManifoldCFException
boolean verifyAPILogin(java.lang.String userId, java.lang.String password) throws ManifoldCFException
ManifoldCFException
boolean checkCapability(java.lang.String userId, int capability) throws ManifoldCFException
ManifoldCFException