Showing:

Annotations
Attributes
Model
Properties
Element tns:TrustManagersType / tns:keyStore
Namespace http://cxf.apache.org/configuration/security
Annotations
This element contains the KeyStore used as a trust
store.
Type tns:KeyStoreType
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
file xs:string optional
This attribute specifies the File location of the keystore.
This element should be a properly accessible file from the
working directory. Only one attribute of
"url", "file", or "resource" is allowed.
password xs:string optional
This attribute specifes the integrity password for the keystore.
This is not the password that unlock keys within the keystore.
provider xs:string optional
This attribute specifies the keystore implementation provider.
Most common examples are "SUN".
resource xs:string optional
This attribute specifies the Resource location of the keystore.
This element should be a properly accessible on the classpath.
Only one attribute of
"url", "file", or "resource" is allowed.
type xs:string optional
This attribute specifies the type of the keystore. 
It is highly correlated to the provider. Most common examples
are "jks" "pkcs12".
url xs:string optional
This attribute specifies the URL location of the keystore.
This element should be a properly accessible URL, such as
"http://..." "file:///...", etc. Only one attribute of
"url", "file", or "resource" is allowed.
Element tns:TrustManagersType / tns:certStore
Namespace http://cxf.apache.org/configuration/security
Annotations
This element contains the CertStore used as a trust store.
Type tns:CertStoreType
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
file xs:string optional
This attribute specifies the File location of the certificate store.
This element should be a properly accessible file from the
working directory. Only one attribute of
"url", "file", or "resource" is allowed.
resource xs:string optional
This attribute specifies the Resource location of the certificate store.
This element should be a properly accessible on the classpath.
Only one attribute of
"url", "file", or "resource" is allowed.
url xs:string optional
This attribute specifies the URL location of the certificate store.
This element should be a properly accessible URL, such as
"http://..." "file:///...", etc. Only one attribute of
"url", "file", or "resource" is allowed.
Complex Type tns:TrustManagersType
Namespace http://cxf.apache.org/configuration/security
Annotations
This structure contains the specification of JSSE TrustManagers for
a single Keystore used for trusted certificates.
Model
Children tns:certStore, tns:keyStore
Attributes
QName Type Use Annotation
factoryAlgorithm xs:string optional
This attribute contains the algorithm the KeyManagers Factory
will use in creating the KeyManagers from the KeyStore. Most
common examples are "PKIX".
provider xs:string optional
This attribute contains the KeyManagers provider name.
ref xs:string optional
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.
Attribute tns:TrustManagersType / @provider
Namespace No namespace
Annotations
This attribute contains the KeyManagers provider name.
Type xs:string
Properties
content simple
Attribute tns:TrustManagersType / @factoryAlgorithm
Namespace No namespace
Annotations
This attribute contains the algorithm the KeyManagers Factory
will use in creating the KeyManagers from the KeyStore. Most
common examples are "PKIX".
Type xs:string
Properties
content simple
Attribute tns:TrustManagersType / @ref
Namespace No namespace
Annotations
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.
Type xs:string
Properties
content simple