AbstractCredentialAuthenticationModuleType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

ABSTRACT
Supertype: AbstractAuthenticationModuleType

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.

Item Summary  
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.