AuthenticationSequenceType (Complex Type)

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

Authentication sequence. It is a sequence of authentication modules. The modules could be invoked in order, or they may be invoked in parallel if the specific implementation allows such approach. The purpose of the sequence is to guide user through a complete authentication process.
Item Summary  
Name Type Multiplicity Description
name property
string
[1,1] Unique name of the authentication sequence. 
displayName property
string
[0,1] Display name of sequence. 
description property
string
[0,1] Free form description of the sequence (administrator comment). 
documentation property
string
[0,1] Technical documentation for a particular object or construct. 
channel container
AuthenticationSequenceChannelType
[1,1] Specification of channel for authentication sequence. 
requireAssignmentTarget reference
ObjectReferenceType
[0,-1] Required assignment target. 
nodeGroup reference
ObjectReferenceType
[0,-1] Required node group. 
module container
AuthenticationSequenceModuleType
[1,-1] Specification of authentication module in the sequence.