| 
 | 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.TrustManagersType
public class TrustManagersType
This structure contains the specification of JSSE TrustManagers for a single Keystore used for trusted certificates.
Java class for TrustManagersType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="TrustManagersType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="keyStore" type="{http://cxf.apache.org/configuration/security}KeyStoreType" minOccurs="0"/>
         <element name="certStore" type="{http://cxf.apache.org/configuration/security}CertStoreType" minOccurs="0"/>
       </choice>
       <attribute name="provider" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="factoryAlgorithm" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
| Field Summary | |
|---|---|
| protected  CertStoreType | certStore | 
| protected  java.lang.String | factoryAlgorithm | 
| protected  KeyStoreType | keyStore | 
| protected  java.lang.String | provider | 
| Constructor Summary | |
|---|---|
| TrustManagersType() | |
| Method Summary | |
|---|---|
|  CertStoreType | getCertStore()Gets the value of the certStore property. | 
|  java.lang.String | getFactoryAlgorithm()Gets the value of the factoryAlgorithm property. | 
|  KeyStoreType | getKeyStore()Gets the value of the keyStore property. | 
|  java.lang.String | getProvider()Gets the value of the provider property. | 
|  boolean | isSetCertStore() | 
|  boolean | isSetFactoryAlgorithm() | 
|  boolean | isSetKeyStore() | 
|  boolean | isSetProvider() | 
|  void | setCertStore(CertStoreType value)Sets the value of the certStore property. | 
|  void | setFactoryAlgorithm(java.lang.String value)Sets the value of the factoryAlgorithm property. | 
|  void | setKeyStore(KeyStoreType value)Sets the value of the keyStore property. | 
|  void | setProvider(java.lang.String value)Sets the value of the provider property. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected KeyStoreType keyStore
protected CertStoreType certStore
protected java.lang.String provider
protected java.lang.String factoryAlgorithm
| Constructor Detail | 
|---|
public TrustManagersType()
| Method Detail | 
|---|
public KeyStoreType getKeyStore()
KeyStoreTypepublic void setKeyStore(KeyStoreType value)
value - allowed object is
     KeyStoreTypepublic boolean isSetKeyStore()
public CertStoreType getCertStore()
CertStoreTypepublic void setCertStore(CertStoreType value)
value - allowed object is
     CertStoreTypepublic boolean isSetCertStore()
public java.lang.String getProvider()
Stringpublic void setProvider(java.lang.String value)
value - allowed object is
     Stringpublic boolean isSetProvider()
public java.lang.String getFactoryAlgorithm()
Stringpublic void setFactoryAlgorithm(java.lang.String value)
value - allowed object is
     Stringpublic boolean isSetFactoryAlgorithm()
| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||