Class TrustManagersType
java.lang.Object
org.apache.cxf.configuration.security.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" />
<attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CertStoreTypeThis element contains the CertStore used as a trust store.protected StringThis attribute contains the algorithm the KeyManagers Factory will use in creating the KeyManagers from the KeyStore.protected KeyStoreTypeThis element contains the KeyStore used as a trust store.protected StringThis attribute contains the KeyManagers provider name.protected StringThis attribute contains the reference to the TrustManagers bean. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certStore property.Gets the value of the factoryAlgorithm property.Gets the value of the keyStore property.Gets the value of the provider property.getRef()Gets the value of the ref property.booleanbooleanbooleanbooleanbooleanisSetRef()voidsetCertStore(CertStoreType value) Sets the value of the certStore property.voidsetFactoryAlgorithm(String value) Sets the value of the factoryAlgorithm property.voidsetKeyStore(KeyStoreType value) Sets the value of the keyStore property.voidsetProvider(String value) Sets the value of the provider property.voidSets the value of the ref property.
-
Field Details
-
keyStore
This element contains the KeyStore used as a trust store. -
certStore
This element contains the CertStore used as a trust store. -
provider
This attribute contains the KeyManagers provider name. -
factoryAlgorithm
This attribute contains the algorithm the KeyManagers Factory will use in creating the KeyManagers from the KeyStore. Most common examples are "PKIX". -
ref
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.
-
-
Constructor Details
-
TrustManagersType
public TrustManagersType()
-
-
Method Details
-
getKeyStore
Gets the value of the keyStore property.This element contains the KeyStore used as a trust store.
- Returns:
- possible object is
KeyStoreType
-
setKeyStore
Sets the value of the keyStore property.- Parameters:
value- allowed object isKeyStoreType- See Also:
-
isSetKeyStore
public boolean isSetKeyStore() -
getCertStore
Gets the value of the certStore property.This element contains the CertStore used as a trust store.
- Returns:
- possible object is
CertStoreType
-
setCertStore
Sets the value of the certStore property.- Parameters:
value- allowed object isCertStoreType- See Also:
-
isSetCertStore
public boolean isSetCertStore() -
getProvider
Gets the value of the provider property.This attribute contains the KeyManagers provider name.
- Returns:
- possible object is
String
-
setProvider
Sets the value of the provider property.- Parameters:
value- allowed object isString- See Also:
-
isSetProvider
public boolean isSetProvider() -
getFactoryAlgorithm
Gets the value of the factoryAlgorithm property.This attribute contains the algorithm the KeyManagers Factory will use in creating the KeyManagers from the KeyStore. Most common examples are "PKIX".
- Returns:
- possible object is
String
-
setFactoryAlgorithm
Sets the value of the factoryAlgorithm property.- Parameters:
value- allowed object isString- See Also:
-
isSetFactoryAlgorithm
public boolean isSetFactoryAlgorithm() -
getRef
Gets the value of the ref property.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.
- Returns:
- possible object is
String
-
setRef
Sets the value of the ref property. -
isSetRef
public boolean isSetRef()
-