Sha256: 2d3bf3e8bcbcc1deabe1731c01b5f3dbac007af26025c486ef61864c3b7bece3
Contents?: true
Size: 1.89 KB
Versions: 2
Compression:
Stored size: 1.89 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2004-2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. --> <!-- Please remember to customize this file for your environment. The defaults for following fields may not be appropriate. - target-server name, address and port - Property security.config in message-security-config --> <!DOCTYPE client-container PUBLIC "-//Sun Microsystems Inc.//DTD Application Server 8.0 Application Client Container//EN" "http://www.sun.com/software/appserver/dtds/sun-application-client-container_1_2.dtd"> <client-container> <target-server name="repine" address="localhost" port="3700"/> <log-service file="" level="WARNING"/> <message-security-config auth-layer="SOAP"> <!-- turned off by default --> <provider-config class-name="com.sun.xml.wss.provider.ClientSecurityAuthModule" provider-id="XWS_ClientProvider" provider-type="client"> <request-policy auth-source="content"/> <response-policy auth-source="content"/> <property name="encryption.key.alias" value="s1as"/> <property name="signature.key.alias" value="s1as"/> <property name="dynamic.username.password" value="false"/> <property name="debug" value="false"/> </provider-config> <provider-config class-name="com.sun.xml.wss.provider.ClientSecurityAuthModule" provider-id="ClientProvider" provider-type="client"> <request-policy auth-source="content"/> <response-policy auth-source="content"/> <property name="encryption.key.alias" value="s1as"/> <property name="signature.key.alias" value="s1as"/> <property name="dynamic.username.password" value="false"/> <property name="debug" value="false"/> <property name="security.config" value="${com.sun.aas.installRoot}/lib/appclient/wss-client-config-1.0.xml"/> </provider-config> </message-security-config> </client-container>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
glassfish-0.9.5-universal-java | domains/domain1/config/sun-acc.xml |
glassfish-0.9.4-universal-java | domains/domain1/config/sun-acc.xml |