Class AuthenticationSequenceType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthenticationSequenceType
- All Implemented Interfaces:
Containerable,Freezable,ContainerablePrismBinding,DebugDumpable,Serializable,Cloneable
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.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
AbstractMutableContainerable.AnyNested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
ContainerablePrismBinding.ContainerableList<T extends Containerable>, ContainerablePrismBinding.ReferencableList<T extends Referencable> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final Producer<AuthenticationSequenceType>Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()description(String value) displayName(String value) documentation(String value) <X> Xend()booleangetName()identifier(String value) nodeGroup(ObjectReferenceType value) requireAssignmentTarget(String oid, QName type) requireAssignmentTarget(String oid, QName type, QName relation) voidvoidsetDescription(String value) voidsetDisplayName(String value) voidsetDocumentation(String value) voidvoidsetIdentifier(String value) voidMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutableMethods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerableMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
Field Details
-
COMPLEX_TYPE
-
F_NAME
-
F_IDENTIFIER
-
F_DISPLAY_NAME
-
F_DESCRIPTION
-
F_DOCUMENTATION
-
F_CHANNEL
-
F_REQUIRE_ASSIGNMENT_TARGET
-
F_NODE_GROUP
-
F_MODULE
-
F_FOCUS_BEHAVIOR_UPDATE
-
FACTORY
-
-
Constructor Details
-
AuthenticationSequenceType
public AuthenticationSequenceType() -
AuthenticationSequenceType
Deprecated.
-
-
Method Details
-
getName
-
setName
-
getIdentifier
-
setIdentifier
-
getDisplayName
-
setDisplayName
-
getDescription
-
setDescription
-
getDocumentation
-
setDocumentation
-
getChannel
-
setChannel
-
getRequireAssignmentTarget
-
getNodeGroup
-
getModule
-
createModuleList
-
getFocusBehaviorUpdate
-
setFocusBehaviorUpdate
-
equals
- Overrides:
equalsin classAbstractMutableContainerable
-
id
-
name
-
identifier
-
displayName
-
description
-
documentation
-
channel
-
beginChannel
-
requireAssignmentTarget
-
requireAssignmentTarget
-
requireAssignmentTarget
-
beginRequireAssignmentTarget
-
nodeGroup
-
nodeGroup
-
nodeGroup
-
beginNodeGroup
-
module
-
beginModule
-
focusBehaviorUpdate
-
end
public <X> X end() -
clone
- Overrides:
clonein classAbstractMutableContainerable
-