Class OtherAuthenticationModuleType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractAuthenticationModuleType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.OtherAuthenticationModuleType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class OtherAuthenticationModuleType extends AbstractAuthenticationModuleType implements Serializable, Cloneable, Containerable
Java class for OtherAuthenticationModuleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OtherAuthenticationModuleType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractAuthenticationModuleType"> <sequence> <element name="factoryClass" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="parameter" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OtherAuthenticationModuleParameterType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_FACTORY_CLASS
static ItemName
F_PARAMETER
-
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 prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValue
asPrismContainerValue()
OtherAuthenticationModuleParameterType
beginParameter()
OtherAuthenticationModuleType
clone()
List<OtherAuthenticationModuleParameterType>
createParameterList()
OtherAuthenticationModuleType
description(String value)
OtherAuthenticationModuleType
documentation(String value)
<X> X
end()
boolean
equals(Object object)
OtherAuthenticationModuleType
factoryClass(String value)
OtherAuthenticationModuleType
focusType(QName value)
String
getFactoryClass()
List<OtherAuthenticationModuleParameterType>
getParameter()
int
hashCode()
OtherAuthenticationModuleType
name(String value)
OtherAuthenticationModuleType
parameter(OtherAuthenticationModuleParameterType value)
void
setFactoryClass(String value)
void
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.String
toString()
-
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 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
-
-
-
-
Constructor Detail
-
OtherAuthenticationModuleType
public OtherAuthenticationModuleType()
-
OtherAuthenticationModuleType
public OtherAuthenticationModuleType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classAbstractAuthenticationModuleType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup 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:
setupContainerValue
in interfaceContainerable
- Overrides:
setupContainerValue
in classAbstractAuthenticationModuleType
-
toString
public String toString()
- Overrides:
toString
in classAbstractAuthenticationModuleType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classAbstractAuthenticationModuleType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractAuthenticationModuleType
-
end
public <X> X end()
- Overrides:
end
in classAbstractAuthenticationModuleType
-
getFactoryClass
public String getFactoryClass()
-
setFactoryClass
public void setFactoryClass(String value)
-
getParameter
public List<OtherAuthenticationModuleParameterType> getParameter()
-
createParameterList
public List<OtherAuthenticationModuleParameterType> createParameterList()
-
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
-
clone
public OtherAuthenticationModuleType clone()
- Overrides:
clone
in classAbstractAuthenticationModuleType
-
-