1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <AAprop> |
---|
3 | <!-- |
---|
4 | 'name' setting MUST agree with map config file 'thisHost' name |
---|
5 | attribute |
---|
6 | --> |
---|
7 | <name>BADC</name> |
---|
8 | <portNum>5000</portNum> |
---|
9 | <!-- |
---|
10 | PKI settings for transport level encryption |
---|
11 | --> |
---|
12 | <useSSL></useSSL> <!-- leave blank to use http --> |
---|
13 | <sslCertFile></sslCertFile> |
---|
14 | <sslKeyFile></sslKeyFile> |
---|
15 | <sslKeyPwd></sslKeyPwd> |
---|
16 | <!-- |
---|
17 | PKI settings for signature of outbound SOAP messages |
---|
18 | --> |
---|
19 | <useSignatureHandler>Yes</useSignatureHandler> <!-- leave blank for no signature --> |
---|
20 | <certFile></certFile> |
---|
21 | <keyFile></keyFile> |
---|
22 | <keyPwd></keyPwd> |
---|
23 | <caCertFile></caCertFile> |
---|
24 | <!-- |
---|
25 | Set the certificate used to verify the signature of messages from the |
---|
26 | client. This can usually be left blank since the client is expected to |
---|
27 | include the cert with the signature in the inbound SOAP message |
---|
28 | --> |
---|
29 | <clntCertFile></clntCertFile> |
---|
30 | <attCertLifetime>86400</attCertLifetime> <!-- Measured in seconds --> |
---|
31 | <!-- |
---|
32 | Allow an offset for clock skew between servers running |
---|
33 | security services. - Use minus sign for time in the past |
---|
34 | --> |
---|
35 | <attCertNotBeforeOff>0</attCertNotBeforeOff> |
---|
36 | <!-- Location of role mapping file --> |
---|
37 | <mapConfigFile></mapConfigFile> |
---|
38 | <!-- All Attribute Certificates are recorded in this dir before dispatch |
---|
39 | to SOAP requestor |
---|
40 | --> |
---|
41 | <attCertDir></attCertDir> |
---|
42 | <!-- |
---|
43 | File prefix and suffix for files stored in attCertDir |
---|
44 | --> |
---|
45 | <attCertFilePfx>ac-</attCertFilePfx> |
---|
46 | <attCertFileSfx>.xml</attCertFileSfx> |
---|
47 | <dnSeparator>/</dnSeparator> |
---|
48 | <!-- |
---|
49 | Settings for custom AAUserRoles derived class to get user roles for |
---|
50 | given user ID |
---|
51 | --> |
---|
52 | <userRolesModFilePath></userRolesModFilePath> |
---|
53 | <userRolesModName></userRolesModName> |
---|
54 | <userRolesClassName></userRolesClassName> |
---|
55 | <userRolesPropFile></userRolesPropFile> |
---|
56 | </AAprop> |
---|