Class AuthenticationSequenceChannelType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AuthenticationSequenceChannelType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class AuthenticationSequenceChannelType extends Object implements Serializable, Cloneable, Containerable
Channel specification for authentication sequence. It specifies whether this sequence is usable for a specific channel (user/GUI, REST, etc.)Java class for AuthenticationSequenceChannelType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthenticationSequenceChannelType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="channelId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}documentation" minOccurs="0"/> <element name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="urlSuffix" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_CHANNEL_IDstatic ItemNameF_DEFAULTstatic ItemNameF_DESCRIPTIONstatic ItemNameF_DOCUMENTATIONstatic ItemNameF_URL_SUFFIX-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description AuthenticationSequenceChannelType()AuthenticationSequenceChannelType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationSequenceChannelType_default(Boolean value)PrismContainerValueasPrismContainerValue()AuthenticationSequenceChannelTypechannelId(String value)AuthenticationSequenceChannelTypeclone()AuthenticationSequenceChannelTypedescription(String value)AuthenticationSequenceChannelTypedocumentation(String value)<X> Xend()booleanequals(Object object)StringgetChannelId()StringgetDescription()StringgetDocumentation()StringgetUrlSuffix()inthashCode()BooleanisDefault()voidsetChannelId(String value)voidsetDefault(Boolean value)voidsetDescription(String value)voidsetDocumentation(String value)voidsetupContainerValue(PrismContainerValue containerValue)Setup value to the containerable representation.voidsetUrlSuffix(String value)StringtoString()AuthenticationSequenceChannelTypeurlSuffix(String value)-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_CHANNEL_ID
public static final ItemName F_CHANNEL_ID
-
F_DESCRIPTION
public static final ItemName F_DESCRIPTION
-
F_DOCUMENTATION
public static final ItemName F_DOCUMENTATION
-
F_DEFAULT
public static final ItemName F_DEFAULT
-
F_URL_SUFFIX
public static final ItemName F_URL_SUFFIX
-
-
Constructor Detail
-
AuthenticationSequenceChannelType
public AuthenticationSequenceChannelType()
-
AuthenticationSequenceChannelType
public AuthenticationSequenceChannelType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValuein interfaceContainerable
-
end
public <X> X end()
-
getChannelId
public String getChannelId()
-
setChannelId
public void setChannelId(String value)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String value)
-
getDocumentation
public String getDocumentation()
-
setDocumentation
public void setDocumentation(String value)
-
isDefault
public Boolean isDefault()
-
setDefault
public void setDefault(Boolean value)
-
getUrlSuffix
public String getUrlSuffix()
-
setUrlSuffix
public void setUrlSuffix(String value)
-
channelId
public AuthenticationSequenceChannelType channelId(String value)
-
description
public AuthenticationSequenceChannelType description(String value)
-
documentation
public AuthenticationSequenceChannelType documentation(String value)
-
_default
public AuthenticationSequenceChannelType _default(Boolean value)
-
urlSuffix
public AuthenticationSequenceChannelType urlSuffix(String value)
-
clone
public AuthenticationSequenceChannelType clone()
-
-