1<?xml version="1.0" encoding="UTF-8"?>
2
3<!--
4 * Copyright (c) 2016 Payara Foundation. All rights reserved.
5 *
6 * The contents of this file are subject to the terms of the Common Development
7 * and Distribution License("CDDL") (collectively, the "License").  You
8 * may not use this file except in compliance with the License.  You can
9 * obtain a copy of the License at
10 * https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
11 * or packager/legal/LICENSE.txt.  See the License for the specific
12 * language governing permissions and limitations under the License.
13 *
14 * When distributing the software, include this License Header Notice in each
15 * file and include the License file at packager/legal/LICENSE.txt.
16 -->
17
18<!--
19   Please remember to customize this file for your environment. The defaults for
20   following fields may not be appropriate.
21   - target-server name, address and port
22   - Property security.config in message-security-config
23-->
24
25<!DOCTYPE client-container PUBLIC "-//GlassFish.org//DTD GlassFish Application Server 3.1 Application Client Container//EN" "http://glassfish.org/dtds/glassfish-application-client-container_1_3.dtd">
26
27<client-container>
28  <target-server name="ubuntu-jenkins-agent-release" address="localhost" port="3700"/>
29  <log-service file="" level="WARNING"/>
30  <message-security-config auth-layer="SOAP">
31    <!-- turned off by default -->
32    <provider-config class-name="com.sun.xml.wss.provider.ClientSecurityAuthModule" provider-id="XWS_ClientProvider" provider-type="client">
33      <request-policy auth-source="content"/>
34      <response-policy auth-source="content"/>
35      <property name="encryption.key.alias" value="s1as"/>
36      <property name="signature.key.alias" value="s1as"/>
37      <property name="dynamic.username.password" value="false"/>
38      <property name="debug" value="false"/>
39    </provider-config>
40    <provider-config class-name="com.sun.xml.wss.provider.ClientSecurityAuthModule" provider-id="ClientProvider" provider-type="client">
41      <request-policy auth-source="content"/>
42      <response-policy auth-source="content"/>
43      <property name="encryption.key.alias" value="s1as"/>
44      <property name="signature.key.alias" value="s1as"/>
45      <property name="dynamic.username.password" value="false"/>
46      <property name="debug" value="false"/>
47      <property name="security.config" value="${com.sun.aas.installRoot}/lib/appclient/wss-client-config-1.0.xml"/>
48    </provider-config>
49  </message-security-config>
50</client-container>
51