Showing:

Annotations
Attributes
Properties
Complex Type tns:KeyStoreType
Namespace http://cxf.apache.org/configuration/security
Annotations
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".
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.
Attribute tns:KeyStoreType / @type
Namespace No namespace
Annotations
This attribute specifies the type of the keystore. 
It is highly correlated to the provider. Most common examples
are "jks" "pkcs12".
Type xs:string
Properties
content simple
Attribute tns:KeyStoreType / @password
Namespace No namespace
Annotations
This attribute specifes the integrity password for the keystore.
This is not the password that unlock keys within the keystore.
Type xs:string
Properties
content simple
Attribute tns:KeyStoreType / @provider
Namespace No namespace
Annotations
This attribute specifies the keystore implementation provider.
Most common examples are "SUN".
Type xs:string
Properties
content simple
Attribute tns:KeyStoreType / @url
Namespace No namespace
Annotations
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.
Type xs:string
Properties
content simple
Attribute tns:KeyStoreType / @file
Namespace No namespace
Annotations
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.
Type xs:string
Properties
content simple
Attribute tns:KeyStoreType / @resource
Namespace No namespace
Annotations
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
Properties
content simple