| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.configuration.security.TLSClientParametersType
public class TLSClientParametersType
Java class for TLSClientParametersType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="TLSClientParametersType">
   <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="secureRandomParameters" type="{http://cxf.apache.org/configuration/security}SecureRandomParameters" minOccurs="0"/>
       </all>
       <attribute name="disableCNCheck" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="jsseProvider" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="secureSocketProtocol" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
| Field Summary | |
|---|---|
| protected  CipherSuites | cipherSuites | 
| protected  FiltersType | cipherSuitesFilter | 
| protected  java.lang.Boolean | disableCNCheck | 
| protected  java.lang.String | jsseProvider | 
| protected  KeyManagersType | keyManagers | 
| protected  SecureRandomParameters | secureRandomParameters | 
| protected  java.lang.String | secureSocketProtocol | 
| protected  TrustManagersType | trustManagers | 
| Constructor Summary | |
|---|---|
| TLSClientParametersType() | |
| Method Summary | |
|---|---|
|  CipherSuites | getCipherSuites()Gets the value of the cipherSuites property. | 
|  FiltersType | getCipherSuitesFilter()Gets the value of the cipherSuitesFilter property. | 
|  java.lang.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. | 
|  java.lang.String | getSecureSocketProtocol()Gets the value of the secureSocketProtocol property. | 
|  TrustManagersType | getTrustManagers()Gets the value of the trustManagers property. | 
|  boolean | isDisableCNCheck()Gets the value of the disableCNCheck property. | 
|  boolean | isSetCipherSuites() | 
|  boolean | isSetCipherSuitesFilter() | 
|  boolean | isSetDisableCNCheck() | 
|  boolean | isSetJsseProvider() | 
|  boolean | isSetKeyManagers() | 
|  boolean | isSetSecureRandomParameters() | 
|  boolean | isSetSecureSocketProtocol() | 
|  boolean | isSetTrustManagers() | 
|  void | setCipherSuites(CipherSuites value)Sets the value of the cipherSuites property. | 
|  void | setCipherSuitesFilter(FiltersType value)Sets the value of the cipherSuitesFilter property. | 
|  void | setDisableCNCheck(boolean value)Sets the value of the disableCNCheck property. | 
|  void | setJsseProvider(java.lang.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(java.lang.String value)Sets the value of the secureSocketProtocol property. | 
|  void | setTrustManagers(TrustManagersType value)Sets the value of the trustManagers property. | 
|  void | unsetDisableCNCheck() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected KeyManagersType keyManagers
protected TrustManagersType trustManagers
protected CipherSuites cipherSuites
protected FiltersType cipherSuitesFilter
protected SecureRandomParameters secureRandomParameters
protected java.lang.Boolean disableCNCheck
protected java.lang.String jsseProvider
protected java.lang.String secureSocketProtocol
| Constructor Detail | 
|---|
public TLSClientParametersType()
| Method Detail | 
|---|
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 SecureRandomParameters getSecureRandomParameters()
SecureRandomParameterspublic void setSecureRandomParameters(SecureRandomParameters value)
value - allowed object is
     SecureRandomParameterspublic boolean isSetSecureRandomParameters()
public boolean isDisableCNCheck()
Booleanpublic void setDisableCNCheck(boolean value)
value - allowed object is
     Booleanpublic boolean isSetDisableCNCheck()
public void unsetDisableCNCheck()
public java.lang.String getJsseProvider()
Stringpublic void setJsseProvider(java.lang.String value)
value - allowed object is
     Stringpublic boolean isSetJsseProvider()
public java.lang.String getSecureSocketProtocol()
Stringpublic void setSecureSocketProtocol(java.lang.String value)
value - allowed object is
     Stringpublic boolean isSetSecureSocketProtocol()
| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||