Class TLSServerParametersType
- java.lang.Object
-
- org.apache.cxf.configuration.security.TLSServerParametersType
-
- Direct Known Subclasses:
TLSServerParametersConfig.TLSServerParametersTypeInternal
public class TLSServerParametersType extends Object
Java class for TLSServerParametersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TLSServerParametersType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="keyManagers" type="{http://cxf.apache.org/configuration/security}KeyManagersType" minOccurs="0"/> <element name="trustManagers" type="{http://cxf.apache.org/configuration/security}TrustManagersType" minOccurs="0"/> <element name="cipherSuites" type="{http://cxf.apache.org/configuration/security}CipherSuites" minOccurs="0"/> <element name="cipherSuitesFilter" type="{http://cxf.apache.org/configuration/security}FiltersType" minOccurs="0"/> <element name="excludeProtocols" type="{http://cxf.apache.org/configuration/security}ExcludeProtocols" minOccurs="0"/> <element name="includeProtocols" type="{http://cxf.apache.org/configuration/security}IncludeProtocols" minOccurs="0"/> <element name="secureRandomParameters" type="{http://cxf.apache.org/configuration/security}SecureRandomParameters" minOccurs="0"/> <element name="clientAuthentication" type="{http://cxf.apache.org/configuration/security}ClientAuthentication" minOccurs="0"/> <element name="certConstraints" type="{http://cxf.apache.org/configuration/security}CertificateConstraintsType" minOccurs="0"/> <element name="certAlias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </all> <attribute name="jsseProvider" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="secureSocketProtocol" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="enableRevocation" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" default="false" /> <attribute name="sniHostCheck" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" default="true" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcertAliasprotected CertificateConstraintsTypecertConstraintsprotected CipherSuitescipherSuitesprotected FiltersTypecipherSuitesFilterprotected ClientAuthenticationclientAuthenticationprotected BooleanenableRevocationprotected ExcludeProtocolsexcludeProtocolsprotected IncludeProtocolsincludeProtocolsprotected StringjsseProviderprotected KeyManagersTypekeyManagersprotected SecureRandomParameterssecureRandomParametersprotected StringsecureSocketProtocolprotected BooleansniHostCheckprotected TrustManagersTypetrustManagers
-
Constructor Summary
Constructors Constructor Description TLSServerParametersType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCertAlias()Gets the value of the certAlias property.CertificateConstraintsTypegetCertConstraints()Gets the value of the certConstraints property.CipherSuitesgetCipherSuites()Gets the value of the cipherSuites property.FiltersTypegetCipherSuitesFilter()Gets the value of the cipherSuitesFilter property.ClientAuthenticationgetClientAuthentication()Gets the value of the clientAuthentication property.ExcludeProtocolsgetExcludeProtocols()Gets the value of the excludeProtocols property.IncludeProtocolsgetIncludeProtocols()Gets the value of the includeProtocols property.StringgetJsseProvider()Gets the value of the jsseProvider property.KeyManagersTypegetKeyManagers()Gets the value of the keyManagers property.SecureRandomParametersgetSecureRandomParameters()Gets the value of the secureRandomParameters property.StringgetSecureSocketProtocol()Gets the value of the secureSocketProtocol property.TrustManagersTypegetTrustManagers()Gets the value of the trustManagers property.BooleanisEnableRevocation()Gets the value of the enableRevocation property.booleanisSetCertAlias()booleanisSetCertConstraints()booleanisSetCipherSuites()booleanisSetCipherSuitesFilter()booleanisSetClientAuthentication()booleanisSetEnableRevocation()booleanisSetExcludeProtocols()booleanisSetIncludeProtocols()booleanisSetJsseProvider()booleanisSetKeyManagers()booleanisSetSecureRandomParameters()booleanisSetSecureSocketProtocol()booleanisSetSniHostCheck()booleanisSetTrustManagers()BooleanisSniHostCheck()Gets the value of the sniHostCheck property.voidsetCertAlias(String value)Sets the value of the certAlias property.voidsetCertConstraints(CertificateConstraintsType value)Sets the value of the certConstraints property.voidsetCipherSuites(CipherSuites value)Sets the value of the cipherSuites property.voidsetCipherSuitesFilter(FiltersType value)Sets the value of the cipherSuitesFilter property.voidsetClientAuthentication(ClientAuthentication value)Sets the value of the clientAuthentication property.voidsetEnableRevocation(Boolean value)Sets the value of the enableRevocation property.voidsetExcludeProtocols(ExcludeProtocols value)Sets the value of the excludeProtocols property.voidsetIncludeProtocols(IncludeProtocols value)Sets the value of the includeProtocols property.voidsetJsseProvider(String value)Sets the value of the jsseProvider property.voidsetKeyManagers(KeyManagersType value)Sets the value of the keyManagers property.voidsetSecureRandomParameters(SecureRandomParameters value)Sets the value of the secureRandomParameters property.voidsetSecureSocketProtocol(String value)Sets the value of the secureSocketProtocol property.voidsetSniHostCheck(Boolean value)Sets the value of the sniHostCheck property.voidsetTrustManagers(TrustManagersType value)Sets the value of the trustManagers property.
-
-
-
Field Detail
-
keyManagers
protected KeyManagersType keyManagers
-
trustManagers
protected TrustManagersType trustManagers
-
cipherSuites
protected CipherSuites cipherSuites
-
cipherSuitesFilter
protected FiltersType cipherSuitesFilter
-
excludeProtocols
protected ExcludeProtocols excludeProtocols
-
includeProtocols
protected IncludeProtocols includeProtocols
-
secureRandomParameters
protected SecureRandomParameters secureRandomParameters
-
clientAuthentication
protected ClientAuthentication clientAuthentication
-
certConstraints
protected CertificateConstraintsType certConstraints
-
certAlias
protected String certAlias
-
jsseProvider
protected String jsseProvider
-
secureSocketProtocol
protected String secureSocketProtocol
-
enableRevocation
protected Boolean enableRevocation
-
sniHostCheck
protected Boolean sniHostCheck
-
-
Method Detail
-
getKeyManagers
public KeyManagersType getKeyManagers()
Gets the value of the keyManagers property.- Returns:
- possible object is
KeyManagersType
-
setKeyManagers
public void setKeyManagers(KeyManagersType value)
Sets the value of the keyManagers property.- Parameters:
value- allowed object isKeyManagersType
-
isSetKeyManagers
public boolean isSetKeyManagers()
-
getTrustManagers
public TrustManagersType getTrustManagers()
Gets the value of the trustManagers property.- Returns:
- possible object is
TrustManagersType
-
setTrustManagers
public void setTrustManagers(TrustManagersType value)
Sets the value of the trustManagers property.- Parameters:
value- allowed object isTrustManagersType
-
isSetTrustManagers
public boolean isSetTrustManagers()
-
getCipherSuites
public CipherSuites getCipherSuites()
Gets the value of the cipherSuites property.- Returns:
- possible object is
CipherSuites
-
setCipherSuites
public void setCipherSuites(CipherSuites value)
Sets the value of the cipherSuites property.- Parameters:
value- allowed object isCipherSuites
-
isSetCipherSuites
public boolean isSetCipherSuites()
-
getCipherSuitesFilter
public FiltersType getCipherSuitesFilter()
Gets the value of the cipherSuitesFilter property.- Returns:
- possible object is
FiltersType
-
setCipherSuitesFilter
public void setCipherSuitesFilter(FiltersType value)
Sets the value of the cipherSuitesFilter property.- Parameters:
value- allowed object isFiltersType
-
isSetCipherSuitesFilter
public boolean isSetCipherSuitesFilter()
-
getExcludeProtocols
public ExcludeProtocols getExcludeProtocols()
Gets the value of the excludeProtocols property.- Returns:
- possible object is
ExcludeProtocols
-
setExcludeProtocols
public void setExcludeProtocols(ExcludeProtocols value)
Sets the value of the excludeProtocols property.- Parameters:
value- allowed object isExcludeProtocols
-
isSetExcludeProtocols
public boolean isSetExcludeProtocols()
-
getIncludeProtocols
public IncludeProtocols getIncludeProtocols()
Gets the value of the includeProtocols property.- Returns:
- possible object is
IncludeProtocols
-
setIncludeProtocols
public void setIncludeProtocols(IncludeProtocols value)
Sets the value of the includeProtocols property.- Parameters:
value- allowed object isIncludeProtocols
-
isSetIncludeProtocols
public boolean isSetIncludeProtocols()
-
getSecureRandomParameters
public SecureRandomParameters getSecureRandomParameters()
Gets the value of the secureRandomParameters property.- Returns:
- possible object is
SecureRandomParameters
-
setSecureRandomParameters
public void setSecureRandomParameters(SecureRandomParameters value)
Sets the value of the secureRandomParameters property.- Parameters:
value- allowed object isSecureRandomParameters
-
isSetSecureRandomParameters
public boolean isSetSecureRandomParameters()
-
getClientAuthentication
public ClientAuthentication getClientAuthentication()
Gets the value of the clientAuthentication property.- Returns:
- possible object is
ClientAuthentication
-
setClientAuthentication
public void setClientAuthentication(ClientAuthentication value)
Sets the value of the clientAuthentication property.- Parameters:
value- allowed object isClientAuthentication
-
isSetClientAuthentication
public boolean isSetClientAuthentication()
-
getCertConstraints
public CertificateConstraintsType getCertConstraints()
Gets the value of the certConstraints property.- Returns:
- possible object is
CertificateConstraintsType
-
setCertConstraints
public void setCertConstraints(CertificateConstraintsType value)
Sets the value of the certConstraints property.- Parameters:
value- allowed object isCertificateConstraintsType
-
isSetCertConstraints
public boolean isSetCertConstraints()
-
getCertAlias
public String getCertAlias()
Gets the value of the certAlias property.- Returns:
- possible object is
String
-
setCertAlias
public void setCertAlias(String value)
Sets the value of the certAlias property.- Parameters:
value- allowed object isString
-
isSetCertAlias
public boolean isSetCertAlias()
-
getJsseProvider
public String getJsseProvider()
Gets the value of the jsseProvider property.- Returns:
- possible object is
String
-
setJsseProvider
public void setJsseProvider(String value)
Sets the value of the jsseProvider property.- Parameters:
value- allowed object isString
-
isSetJsseProvider
public boolean isSetJsseProvider()
-
getSecureSocketProtocol
public String getSecureSocketProtocol()
Gets the value of the secureSocketProtocol property.- Returns:
- possible object is
String
-
setSecureSocketProtocol
public void setSecureSocketProtocol(String value)
Sets the value of the secureSocketProtocol property.- Parameters:
value- allowed object isString
-
isSetSecureSocketProtocol
public boolean isSetSecureSocketProtocol()
-
isEnableRevocation
public Boolean isEnableRevocation()
Gets the value of the enableRevocation property.- Returns:
- possible object is
Boolean
-
setEnableRevocation
public void setEnableRevocation(Boolean value)
Sets the value of the enableRevocation property.- Parameters:
value- allowed object isBoolean
-
isSetEnableRevocation
public boolean isSetEnableRevocation()
-
isSniHostCheck
public Boolean isSniHostCheck()
Gets the value of the sniHostCheck property.- Returns:
- possible object is
Boolean
-
setSniHostCheck
public void setSniHostCheck(Boolean value)
Sets the value of the sniHostCheck property.- Parameters:
value- allowed object isBoolean
-
isSetSniHostCheck
public boolean isSetSniHostCheck()
-
-