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 QNameCOMPLEX_TYPEstatic ItemNameF_FACTORY_CLASSstatic ItemNameF_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 PrismContainerValueasPrismContainerValue()OtherAuthenticationModuleParameterTypebeginParameter()OtherAuthenticationModuleTypeclone()List<OtherAuthenticationModuleParameterType>createParameterList()OtherAuthenticationModuleTypedescription(String value)OtherAuthenticationModuleTypedocumentation(String value)<X> Xend()booleanequals(Object object)OtherAuthenticationModuleTypefactoryClass(String value)OtherAuthenticationModuleTypefocusType(QName value)StringgetFactoryClass()List<OtherAuthenticationModuleParameterType>getParameter()inthashCode()OtherAuthenticationModuleTypename(String value)OtherAuthenticationModuleTypeparameter(OtherAuthenticationModuleParameterType value)voidsetFactoryClass(String value)voidsetupContainerValue(PrismContainerValue containerValue)Setup value to the containerable representation.StringtoString()-
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:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classAbstractAuthenticationModuleType
-
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- Overrides:
setupContainerValuein classAbstractAuthenticationModuleType
-
toString
public String toString()
- Overrides:
toStringin classAbstractAuthenticationModuleType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractAuthenticationModuleType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractAuthenticationModuleType
-
end
public <X> X end()
- Overrides:
endin 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:
namein classAbstractAuthenticationModuleType
-
description
public OtherAuthenticationModuleType description(String value)
- Overrides:
descriptionin classAbstractAuthenticationModuleType
-
focusType
public OtherAuthenticationModuleType focusType(QName value)
- Overrides:
focusTypein classAbstractAuthenticationModuleType
-
documentation
public OtherAuthenticationModuleType documentation(String value)
- Overrides:
documentationin classAbstractAuthenticationModuleType
-
clone
public OtherAuthenticationModuleType clone()
- Overrides:
clonein classAbstractAuthenticationModuleType
-
-