AuthenticationSequenceModuleType (Complex Type)

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

Specification of authentication module in the sequence.

The authentication modules are evaluated in sequence (or in parallel if possible). At least one authentication module must succeed for authentication to be successful. If there are required or requisite modules in the sequence then all of them must succeed for the sequence to be successful.

Item Summary  
Name Type Multiplicity Description
name property
string
[0,1] Reference to the authentication module name. 
identifier property
string
[1,1] Unique module identifier. 
display container
DisplayType
[0,1]  
description property
string
[0,1] Free form description (administrator comment). 
documentation property
string
[0,1] Technical documentation for a particular object or construct. 
order property
int
[0,1] Ordering number for the module. 
necessity property
AuthenticationSequenceModuleNecessityType
[0,1] Necessity, i. 
acceptEmpty property
boolean
[0,1] Some modules might be automatically skipped if the concrete type of credentials is not defined.