Common definition for all authentication modules that use password.
This is an authentication module setting. It controls how credentials are used for authentication. It does not control how credentials are set (stored), e.g. it does NOT control password policy. Credential policy setting is supposed to do that. E.g. acceptEmptyPassword setting in this data type controls whether empty password can be used for authentication. It does not control whether empty password can be set or whether existing password can be removed.
Name | Type | Multiplicity | Description |
---|---|---|---|
name |
property string |
[1,1] | Unique name of the authentication module. |
description |
property string |
[0,1] | Free form description of the module (administrator comment). |
focusType |
property QName |
[0,1] | Type of logged object that this authentication module applies to. |
documentation |
property string |
[0,1] | Technical documentation for a particular object or construct. |
credentialName |
property string |
[0,1] | Name of credential definition that should be used when validating password. |
Flags: RAM,runtime
Multiplicity: [1,1]
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,1]
Technical documentation for a particular object or construct.
The purpose of this element is to document system configuration and behavior.
The documentation will not be presented to end users. In fact, it will probably
not be presented at all in midPoint user interface. This documentation element
is supposed to be a part of the technical documentation of midPoint deployment.
The tools than generate deployment configuration will look for these elements
and combine them to compiled documentation document.
AsciiDoc formatting is assumed for this element. Any leading or trailing
whitespace is skipped. Indentation equivalent to he indentation of the first
non-blank line of text is also skipped.
Flags: RAM,runtime
Multiplicity: [0,1]