Table of Contents
This chapter explains the contents of
cert-user-map.xml
which defines the mapping information
between users and certificates.
XML schema file:
JEUS_HOME/lib/schemas/jeus/cert-user-map.xsd
XML references are configured in the following format.
XML Schema/XML Tree: Summarizes all the tags of XML configuration file. Each node is defined in the following format.
Tag reference enables quick search for tags. Each tag is attached with index numbers ( ex: (11) ). Tags are explained with this number in tag reference.
The XML tag name defined in the XML schema is expressed in the format of <tag name>.
Tags are set with cardinality defined in XML schema.
“?” is for 0 or 1 element, “+” is for 1 or more elements, “*” is for 0 or more elements, (no symbol) is for exactly one element
Several tags have "P" character, meaning that they are the tags related to performance. These tags are used to tune the setting.
Element Reference: Explains XML tags in the tree.
Dynamic: Allowed to change the configuration dynamically.
Non-Dynamic: Not allowed to change the configuration dynamically. This is expressed only for the special case to comment out.
Description: A short description for tags.
Value Description: The value and type.
Value Type: Data type of the value. (ex: String)
Value Type Description: Description for the data type of the value.
Default Value: The value to be used by default when the XML is not used.
Defined Value: The default value.
Example: The XML tag example.
Performance Recommendation: The value recommended to improve performance.
Child Elements:The tags contained in its own tag element.
(1) <cert-user-map>
(2) <cert-user> *
(3) <username>
(4) <cert> ?
(5) <subjectDN> ?
(6) <SKI> ?
(7) <issuer> ?
(8) <serialNo> ?
(9) <alias> ?
(1)
<cert-user-map>
| |
Description | Defines mapping information for a user and a certificate attribute. |
Value Type | CertUserMapType |
Child Elements |
(3)
|
(2)
<
cert-user-map
>
<cert-user>
| |
Description | Maps a user to a certificate. |
Value Type | CertUserType |
Child Elements |
(4)
(5)
|
(3)
<
cert-user-map
><
cert-user
>
<username>
| |
Description | Name of the user to be mapped to a certificate in the keystore. The user name is the primary identifier and must be unique. |
Value Type | token |
(4)
<
cert-user-map
><
cert-user
>
<cert>
| |
Description | Information about the certificate in the keystore. |
Value Type | CertType |
Child Elements |
(6)
(7)
(8)
(9)
(10)
|
(5)
<
cert-user-map
><
cert-user
><
cert
>
<subjectDN>
| |
Description | Subject DN for a certificate in the keystore. |
Value Type | token |
(6)
<
cert-user-map
><
cert-user
><
cert
>
<SKI>
| |
Description | SKI for the certificate in the keystore. |
Value Type | token |
(7)
<
cert-user-map
><
cert-user
><
cert
>
<issuer>
| |
Description | Issuer for the certificate in the keystore. |
Value Type | token |
(8)
<
cert-user-map
><
cert-user
><
cert
>
<serialNo>
| |
Description | Serial number of the certificate in the keystore. |
Value Type | token |
(9)
<
cert-user-map
><
cert-user
><
cert
>
<alias>
| |
Description | Alias for the certificate in the keystore. |
Value Type | token |