Class TLSServerParametersIdentifiedType
java.lang.Object
org.apache.cxf.transports.http_jetty.configuration.TLSServerParametersIdentifiedType
Java class for TLSServerParametersIdentifiedType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="TLSServerParametersIdentifiedType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tlsServerParameters" type="{http://cxf.apache.org/configuration/security}TLSServerParametersType"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringSpecifies a unique identifier by which the property set can be referred.protected org.apache.cxf.configuration.security.TLSServerParametersTypeSpecifies the properties for the parameter set. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Specifies a unique identifier by which the property set can be referred.org.apache.cxf.configuration.security.TLSServerParametersTypeSpecifies the properties for the parameter set.voidSets the value of the id property.voidsetTlsServerParameters(org.apache.cxf.configuration.security.TLSServerParametersType value) Sets the value of the tlsServerParameters property.
-
Field Details
-
tlsServerParameters
protected org.apache.cxf.configuration.security.TLSServerParametersType tlsServerParametersSpecifies the properties for the parameter set. -
id
Specifies a unique identifier by which the property set can be referred.
-
-
Constructor Details
-
TLSServerParametersIdentifiedType
public TLSServerParametersIdentifiedType()
-
-
Method Details
-
getTlsServerParameters
public org.apache.cxf.configuration.security.TLSServerParametersType getTlsServerParameters()Specifies the properties for the parameter set.- Returns:
- possible object is
TLSServerParametersType
-
setTlsServerParameters
public void setTlsServerParameters(org.apache.cxf.configuration.security.TLSServerParametersType value) Sets the value of the tlsServerParameters property.- Parameters:
value- allowed object isTLSServerParametersType- See Also:
-
getId
Specifies a unique identifier by which the property set can be referred.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.
-