public class TrustManagersType extends 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 |
protected String |
factoryAlgorithm |
protected KeyStoreType |
keyStore |
protected String |
provider |
protected String |
ref |
Constructor and Description |
---|
TrustManagersType() |
Modifier and Type | Method and Description |
---|---|
CertStoreType |
getCertStore()
Gets the value of the certStore property.
|
String |
getFactoryAlgorithm()
Gets the value of the factoryAlgorithm property.
|
KeyStoreType |
getKeyStore()
Gets the value of the keyStore property.
|
String |
getProvider()
Gets the value of the provider property.
|
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(String value)
Sets the value of the factoryAlgorithm property.
|
void |
setKeyStore(KeyStoreType value)
Sets the value of the keyStore property.
|
void |
setProvider(String value)
Sets the value of the provider property.
|
void |
setRef(String value)
Sets the value of the ref property.
|
protected KeyStoreType keyStore
protected CertStoreType certStore
protected String provider
protected String factoryAlgorithm
protected String ref
public KeyStoreType getKeyStore()
KeyStoreType
public void setKeyStore(KeyStoreType value)
value
- allowed object is
KeyStoreType
public boolean isSetKeyStore()
public CertStoreType getCertStore()
CertStoreType
public void setCertStore(CertStoreType value)
value
- allowed object is
CertStoreType
public boolean isSetCertStore()
public String getProvider()
String
public void setProvider(String value)
value
- allowed object is
String
public boolean isSetProvider()
public String getFactoryAlgorithm()
String
public void setFactoryAlgorithm(String value)
value
- allowed object is
String
public boolean isSetFactoryAlgorithm()
public String getRef()
String
public void setRef(String value)
value
- allowed object is
String
public boolean isSetRef()
Copyright © 2016 JBoss by Red Hat. All rights reserved.