Class InfrastructureConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.InfrastructureConfigurationType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class InfrastructureConfigurationType extends Object implements Serializable, Cloneable, Containerable
Technical (infrastructure) configuration of midPoint deployment.Java class for InfrastructureConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InfrastructureConfigurationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="defaultHostname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="intraClusterHttpUrlPattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="remoteHostAddressHeader" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="publicHttpUrlPattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_DEFAULT_HOSTNAME
static ItemName
F_INTRA_CLUSTER_HTTP_URL_PATTERN
static ItemName
F_PUBLIC_HTTP_URL_PATTERN
static ItemName
F_REMOTE_HOST_ADDRESS_HEADER
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description InfrastructureConfigurationType()
InfrastructureConfigurationType(PrismContext prismContext)
-
Method Summary
-
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_DEFAULT_HOSTNAME
public static final ItemName F_DEFAULT_HOSTNAME
-
F_INTRA_CLUSTER_HTTP_URL_PATTERN
public static final ItemName F_INTRA_CLUSTER_HTTP_URL_PATTERN
-
F_REMOTE_HOST_ADDRESS_HEADER
public static final ItemName F_REMOTE_HOST_ADDRESS_HEADER
-
F_PUBLIC_HTTP_URL_PATTERN
public static final ItemName F_PUBLIC_HTTP_URL_PATTERN
-
-
Constructor Detail
-
InfrastructureConfigurationType
public InfrastructureConfigurationType()
-
InfrastructureConfigurationType
public InfrastructureConfigurationType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
-
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
-
end
public <X> X end()
-
getDefaultHostname
public String getDefaultHostname()
-
setDefaultHostname
public void setDefaultHostname(String value)
-
getIntraClusterHttpUrlPattern
public String getIntraClusterHttpUrlPattern()
-
setIntraClusterHttpUrlPattern
public void setIntraClusterHttpUrlPattern(String value)
-
getPublicHttpUrlPattern
public String getPublicHttpUrlPattern()
-
setPublicHttpUrlPattern
public void setPublicHttpUrlPattern(String value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
defaultHostname
public InfrastructureConfigurationType defaultHostname(String value)
-
intraClusterHttpUrlPattern
public InfrastructureConfigurationType intraClusterHttpUrlPattern(String value)
-
remoteHostAddressHeader
public InfrastructureConfigurationType remoteHostAddressHeader(String value)
-
publicHttpUrlPattern
public InfrastructureConfigurationType publicHttpUrlPattern(String value)
-
id
public InfrastructureConfigurationType id(Long value)
-
clone
public InfrastructureConfigurationType clone()
-
-