Class OtherAuthenticationModuleType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractAuthenticationModuleType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.OtherAuthenticationModuleType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class OtherAuthenticationModuleType extends AbstractAuthenticationModuleType
- 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_FACTORY_CLASS
static ItemName
F_PARAMETER
static Producer<OtherAuthenticationModuleType>
FACTORY
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractAuthenticationModuleType
F_DESCRIPTION, F_DOCUMENTATION, F_FOCUS_TYPE, F_NAME
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description OtherAuthenticationModuleType()
OtherAuthenticationModuleType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OtherAuthenticationModuleParameterType
beginParameter()
OtherAuthenticationModuleType
clone()
List<OtherAuthenticationModuleParameterType>
createParameterList()
OtherAuthenticationModuleType
description(String value)
OtherAuthenticationModuleType
documentation(String value)
<X> X
end()
boolean
equals(Object other)
OtherAuthenticationModuleType
factoryClass(String value)
OtherAuthenticationModuleType
focusType(QName value)
String
getFactoryClass()
List<OtherAuthenticationModuleParameterType>
getParameter()
OtherAuthenticationModuleType
name(String value)
OtherAuthenticationModuleType
parameter(OtherAuthenticationModuleParameterType value)
void
setFactoryClass(String value)
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractAuthenticationModuleType
getDescription, getDocumentation, getFocusType, getName, setDescription, setDocumentation, setFocusType, setName
-
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_FACTORY_CLASS
public static final ItemName F_FACTORY_CLASS
-
F_PARAMETER
public static final ItemName F_PARAMETER
-
FACTORY
public static final Producer<OtherAuthenticationModuleType> FACTORY
-
-
Constructor Detail
-
OtherAuthenticationModuleType
public OtherAuthenticationModuleType()
-
OtherAuthenticationModuleType
@Deprecated public OtherAuthenticationModuleType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getFactoryClass
public String getFactoryClass()
-
setFactoryClass
public void setFactoryClass(String value)
-
getParameter
public List<OtherAuthenticationModuleParameterType> getParameter()
-
createParameterList
public List<OtherAuthenticationModuleParameterType> createParameterList()
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classAbstractAuthenticationModuleType
-
factoryClass
public OtherAuthenticationModuleType factoryClass(String value)
-
parameter
public OtherAuthenticationModuleType parameter(OtherAuthenticationModuleParameterType value)
-
beginParameter
public OtherAuthenticationModuleParameterType beginParameter()
-
name
public OtherAuthenticationModuleType name(String value)
- Overrides:
name
in classAbstractAuthenticationModuleType
-
description
public OtherAuthenticationModuleType description(String value)
- Overrides:
description
in classAbstractAuthenticationModuleType
-
focusType
public OtherAuthenticationModuleType focusType(QName value)
- Overrides:
focusType
in classAbstractAuthenticationModuleType
-
documentation
public OtherAuthenticationModuleType documentation(String value)
- Overrides:
documentation
in classAbstractAuthenticationModuleType
-
end
public <X> X end()
- Overrides:
end
in classAbstractAuthenticationModuleType
-
clone
public OtherAuthenticationModuleType clone()
- Overrides:
clone
in classAbstractAuthenticationModuleType
-
-