public class TrustManagersType
extends java.lang.Object
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" />
<attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CertStoreType |
certStore
This element contains the CertStore used as a trust store.
|
protected java.lang.String |
factoryAlgorithm
This attribute contains the algorithm the KeyManagers Factory
will use in creating the KeyManagers from the KeyStore.
|
protected KeyStoreType |
keyStore
This element contains the KeyStore used as a trust
store.
|
protected java.lang.String |
provider
This attribute contains the KeyManagers provider name.
|
protected java.lang.String |
ref
This attribute contains the reference to the TrustManagers bean.
|
| Constructor and Description |
|---|
TrustManagersType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.lang.String |
getRef()
Gets the value of the ref property.
|
boolean |
isSetCertStore() |
boolean |
isSetFactoryAlgorithm() |
boolean |
isSetKeyStore() |
boolean |
isSetProvider() |
boolean |
isSetRef() |
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.
|
void |
setRef(java.lang.String value)
Sets the value of the ref property.
|
protected KeyStoreType keyStore
protected CertStoreType certStore
protected java.lang.String provider
protected java.lang.String factoryAlgorithm
protected java.lang.String ref
public KeyStoreType getKeyStore()
This element contains the KeyStore used as a trust store.
KeyStoreTypepublic void setKeyStore(KeyStoreType value)
value - allowed object is
KeyStoreTypegetKeyStore()public boolean isSetKeyStore()
public CertStoreType getCertStore()
This element contains the CertStore used as a trust store.
CertStoreTypepublic void setCertStore(CertStoreType value)
value - allowed object is
CertStoreTypegetCertStore()public boolean isSetCertStore()
public java.lang.String getProvider()
This attribute contains the KeyManagers provider name.
Stringpublic void setProvider(java.lang.String value)
value - allowed object is
StringgetProvider()public boolean isSetProvider()
public java.lang.String getFactoryAlgorithm()
This attribute contains the algorithm the KeyManagers Factory will use in creating the KeyManagers from the KeyStore. Most common examples are "PKIX".
Stringpublic void setFactoryAlgorithm(java.lang.String value)
value - allowed object is
StringgetFactoryAlgorithm()public boolean isSetFactoryAlgorithm()
public java.lang.String getRef()
This attribute contains the reference to the TrustManagers bean. This attribute allows the TrustManagers instance to be constructed by other means and referenced from this object.
Stringpublic void setRef(java.lang.String value)
value - allowed object is
StringgetRef()public boolean isSetRef()