The User State Management Workflow Element provides functionalities for managing user state attributes(orclaccountenabled, orclaccountlocked, orcluserlockedon, orclpwdchangedrequired).
This workflowElement allows operations on native user state attributes from virtual orcl state attributes like orclaccountenabled, orclaccountlocked, orclaccountlockedon,orclpwdchangedrequired.
The User State Management Workflow Element component inherits from the Simple Workflow Element
A description of each property follows.
Basic Properties: | Advanced Properties: |
---|---|
↓ enabled | None |
↓ java-class | |
↓ next-workflow-element | |
↓ pwd-lockout-duration | |
↓ pwd-max-failure |
Description | Indicates whether the Workflow Element is enabled for use in the server. If a Workflow Element is not enabled, then its contents are not accessible when processing operations. |
---|---|
Default Value | None |
Allowed Values | true false |
Multi-valued | No |
Required | Yes |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
Description | Specifies the fully-qualified name of the Java class that provides the User State Management Workflow Element implementation. |
---|---|
Default Value | org.opends.server.workflowelement.ovdplugin.userstate.UserStateManagementWorkflowElement |
Allowed Values | A java class that implements or extends the class(es) : org.opends.server.workflowelement.WorkflowElement |
Multi-valued | No |
Required | Yes |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
Description | Defines the next workflow element in the chain of workflow elements. |
---|---|
Default Value | None |
Allowed Values | The DN of any Workflow Element. |
Multi-valued | No |
Required | Yes |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
Description | Defines Password Lockout Duration. Defines Holds the number of seconds that the password cannot be used to authenticate due to too many failed bind attempts, Default value is 3600. |
---|---|
Default Value | 3600 |
Allowed Values | An integer value. Lower value is 0. |
Multi-valued | No |
Required | Yes |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
Description | Defines the maximum number of failed logins the source LDAP directory server requires to lock an account. Defines the maximum number of failed logins the source LDAP directory server requires to lock an account, Default count is 10. |
---|---|
Default Value | 10 |
Allowed Values | An integer value. Lower value is 0. |
Multi-valued | No |
Required | Yes |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |