| Fuse ESB Enterprise 7.0 XML Schemas | ||||||
| SUMMARY: DOCUMENTATION | ATTRIBUTES | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
{http://cxf.apache.org/configuration/security}KeyStoreType
A KeyStoreType represents the information needed to load a collection
of key and certificate material from a desired location.
The "url", "file", and "resource" attributes are intended to be
mutually exclusive, though this assumption is not encoded in schema.
The precedence order observed by the runtime is
1) "file", 2) "resource", and 3) "url".
| Attribute Summary | |
string | file
This attribute specifies the File location of the keystore. |
string | password
This attribute specifes the integrity password for the keystore. |
string | provider
This attribute specifies the keystore implementation provider. |
string | resource
This attribute specifies the Resource location of the keystore. |
string | type
This attribute specifies the type of the keystore. |
string | url
This attribute specifies the URL location of the keystore. |
| Attribute Detail |
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.
Defined with global type string
This attribute specifes the integrity password for the keystore.
This is not the password that unlock keys within the keystore.
Defined with global type string
This attribute specifies the keystore implementation provider.
Most common examples are "SUN".
Defined with global type string
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.
Defined with global type string
This attribute specifies the type of the keystore.
It is highly correlated to the provider. Most common examples
are "jks" "pkcs12".
Defined with global type string
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.
Defined with global type string
| Fuse ESB Enterprise 7.0 XML Schemas | ||||||
| SUMMARY: DOCUMENTATION | ATTRIBUTES | FRAMES | NO FRAMES | ||||||