public interface AccountLockoutPolicyCmd extends TaskCommand
This task command is called by every command that verifies or updates of user credentials.
Before executing this task command, the following sets should be performed:
setLogonId setAuthenticationStatus
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright statement
|
static java.lang.String |
defaultCommandClassName
The default command implementation class.
|
static java.lang.String |
NAME
The command name.
|
Modifier and Type | Method and Description |
---|---|
void |
setAuthenticationStatus(boolean valid_credentials)
Sets the authentication result: true (when user provided valid credentials), false (otherwise)
|
void |
setLogonId(java.lang.String strLogonId)
Sets the Logon ID under which the current user wishes to log on.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setAuthenticationStatus(boolean valid_credentials)
valid_credentials
- booleanvoid setLogonId(java.lang.String strLogonId)
strLogonID
- The Login ID.