Class AuthenticationSequenceChannelType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AuthenticationSequenceChannelType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class AuthenticationSequenceChannelType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Channel specification for authentication sequence. It specifies whether this sequence is usable for a specific channel (user/GUI, REST, etc.)- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_CHANNEL_ID
static ItemName
F_DEFAULT
static ItemName
F_DESCRIPTION
static ItemName
F_DOCUMENTATION
static ItemName
F_URL_SUFFIX
static Producer<AuthenticationSequenceChannelType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description AuthenticationSequenceChannelType()
AuthenticationSequenceChannelType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationSequenceChannelType
_default(Boolean value)
AuthenticationSequenceChannelType
channelId(String value)
AuthenticationSequenceChannelType
clone()
AuthenticationSequenceChannelType
description(String value)
AuthenticationSequenceChannelType
documentation(String value)
<X> X
end()
boolean
equals(Object other)
String
getChannelId()
String
getDescription()
String
getDocumentation()
String
getUrlSuffix()
Boolean
isDefault()
void
setChannelId(String value)
void
setDefault(Boolean value)
void
setDescription(String value)
void
setDocumentation(String value)
void
setUrlSuffix(String value)
AuthenticationSequenceChannelType
urlSuffix(String value)
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
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, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
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
-
FACTORY
public static final Producer<AuthenticationSequenceChannelType> FACTORY
-
-
Constructor Detail
-
AuthenticationSequenceChannelType
public AuthenticationSequenceChannelType()
-
AuthenticationSequenceChannelType
@Deprecated public AuthenticationSequenceChannelType(PrismContext context)
Deprecated.
-
-
Method Detail
-
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)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
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)
-
end
public <X> X end()
-
clone
public AuthenticationSequenceChannelType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-