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" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
certAlias |
protected CertificateConstraintsType |
certConstraints |
protected CipherSuites |
cipherSuites |
protected FiltersType |
cipherSuitesFilter |
protected ClientAuthentication |
clientAuthentication |
protected Boolean |
enableRevocation |
protected ExcludeProtocols |
excludeProtocols |
protected IncludeProtocols |
includeProtocols |
protected String |
jsseProvider |
protected KeyManagersType |
keyManagers |
protected SecureRandomParameters |
secureRandomParameters |
protected String |
secureSocketProtocol |
protected TrustManagersType |
trustManagers |
| Constructor and Description |
|---|
TLSServerParametersType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertAlias()
Gets the value of the certAlias property.
|
CertificateConstraintsType |
getCertConstraints()
Gets the value of the certConstraints property.
|
CipherSuites |
getCipherSuites()
Gets the value of the cipherSuites property.
|
FiltersType |
getCipherSuitesFilter()
Gets the value of the cipherSuitesFilter property.
|
ClientAuthentication |
getClientAuthentication()
Gets the value of the clientAuthentication property.
|
ExcludeProtocols |
getExcludeProtocols()
Gets the value of the excludeProtocols property.
|
IncludeProtocols |
getIncludeProtocols()
Gets the value of the includeProtocols property.
|
String |
getJsseProvider()
Gets the value of the jsseProvider property.
|
KeyManagersType |
getKeyManagers()
Gets the value of the keyManagers property.
|
SecureRandomParameters |
getSecureRandomParameters()
Gets the value of the secureRandomParameters property.
|
String |
getSecureSocketProtocol()
Gets the value of the secureSocketProtocol property.
|
TrustManagersType |
getTrustManagers()
Gets the value of the trustManagers property.
|
Boolean |
isEnableRevocation()
Gets the value of the enableRevocation property.
|
boolean |
isSetCertAlias() |
boolean |
isSetCertConstraints() |
boolean |
isSetCipherSuites() |
boolean |
isSetCipherSuitesFilter() |
boolean |
isSetClientAuthentication() |
boolean |
isSetEnableRevocation() |
boolean |
isSetExcludeProtocols() |
boolean |
isSetIncludeProtocols() |
boolean |
isSetJsseProvider() |
boolean |
isSetKeyManagers() |
boolean |
isSetSecureRandomParameters() |
boolean |
isSetSecureSocketProtocol() |
boolean |
isSetTrustManagers() |
void |
setCertAlias(String value)
Sets the value of the certAlias property.
|
void |
setCertConstraints(CertificateConstraintsType value)
Sets the value of the certConstraints property.
|
void |
setCipherSuites(CipherSuites value)
Sets the value of the cipherSuites property.
|
void |
setCipherSuitesFilter(FiltersType value)
Sets the value of the cipherSuitesFilter property.
|
void |
setClientAuthentication(ClientAuthentication value)
Sets the value of the clientAuthentication property.
|
void |
setEnableRevocation(Boolean value)
Sets the value of the enableRevocation property.
|
void |
setExcludeProtocols(ExcludeProtocols value)
Sets the value of the excludeProtocols property.
|
void |
setIncludeProtocols(IncludeProtocols value)
Sets the value of the includeProtocols property.
|
void |
setJsseProvider(String value)
Sets the value of the jsseProvider property.
|
void |
setKeyManagers(KeyManagersType value)
Sets the value of the keyManagers property.
|
void |
setSecureRandomParameters(SecureRandomParameters value)
Sets the value of the secureRandomParameters property.
|
void |
setSecureSocketProtocol(String value)
Sets the value of the secureSocketProtocol property.
|
void |
setTrustManagers(TrustManagersType value)
Sets the value of the trustManagers property.
|
protected KeyManagersType keyManagers
protected TrustManagersType trustManagers
protected CipherSuites cipherSuites
protected FiltersType cipherSuitesFilter
protected ExcludeProtocols excludeProtocols
protected IncludeProtocols includeProtocols
protected SecureRandomParameters secureRandomParameters
protected ClientAuthentication clientAuthentication
protected CertificateConstraintsType certConstraints
protected String certAlias
protected String jsseProvider
protected String secureSocketProtocol
protected Boolean enableRevocation
public KeyManagersType getKeyManagers()
KeyManagersTypepublic void setKeyManagers(KeyManagersType value)
value - allowed object is
KeyManagersTypepublic boolean isSetKeyManagers()
public TrustManagersType getTrustManagers()
TrustManagersTypepublic void setTrustManagers(TrustManagersType value)
value - allowed object is
TrustManagersTypepublic boolean isSetTrustManagers()
public CipherSuites getCipherSuites()
CipherSuitespublic void setCipherSuites(CipherSuites value)
value - allowed object is
CipherSuitespublic boolean isSetCipherSuites()
public FiltersType getCipherSuitesFilter()
FiltersTypepublic void setCipherSuitesFilter(FiltersType value)
value - allowed object is
FiltersTypepublic boolean isSetCipherSuitesFilter()
public ExcludeProtocols getExcludeProtocols()
ExcludeProtocolspublic void setExcludeProtocols(ExcludeProtocols value)
value - allowed object is
ExcludeProtocolspublic boolean isSetExcludeProtocols()
public IncludeProtocols getIncludeProtocols()
IncludeProtocolspublic void setIncludeProtocols(IncludeProtocols value)
value - allowed object is
IncludeProtocolspublic boolean isSetIncludeProtocols()
public SecureRandomParameters getSecureRandomParameters()
SecureRandomParameterspublic void setSecureRandomParameters(SecureRandomParameters value)
value - allowed object is
SecureRandomParameterspublic boolean isSetSecureRandomParameters()
public ClientAuthentication getClientAuthentication()
ClientAuthenticationpublic void setClientAuthentication(ClientAuthentication value)
value - allowed object is
ClientAuthenticationpublic boolean isSetClientAuthentication()
public CertificateConstraintsType getCertConstraints()
CertificateConstraintsTypepublic void setCertConstraints(CertificateConstraintsType value)
value - allowed object is
CertificateConstraintsTypepublic boolean isSetCertConstraints()
public String getCertAlias()
Stringpublic void setCertAlias(String value)
value - allowed object is
Stringpublic boolean isSetCertAlias()
public String getJsseProvider()
Stringpublic void setJsseProvider(String value)
value - allowed object is
Stringpublic boolean isSetJsseProvider()
public String getSecureSocketProtocol()
Stringpublic void setSecureSocketProtocol(String value)
value - allowed object is
Stringpublic boolean isSetSecureSocketProtocol()
public Boolean isEnableRevocation()
Booleanpublic void setEnableRevocation(Boolean value)
value - allowed object is
Booleanpublic boolean isSetEnableRevocation()
Copyright © 2018 JBoss by Red Hat. All rights reserved.