File tree Expand file tree Collapse file tree 5 files changed +32
-26
lines changed
roles-allowed-ssl/src/main/resources/META-INF Expand file tree Collapse file tree 5 files changed +32
-26
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!DOCTYPE glassfish-ejb-jar PUBLIC "-//GlassFish.org//DTD GlassFish Application Server 3.1 EJB 3.1//EN" "http://glassfish.org/dtds/glassfish-ejb-jar_3_1-1.dtd">
33<glassfish-ejb-jar >
4- <enterprise-beans >
5- <ejb >
6- <ejb-name >Bean</ejb-name >
7- <ior-security-config >
8- <transport-config >
9- <integrity >REQUIRED</integrity >
10- <confidentiality >REQUIRED</confidentiality >
11- <establish-trust-in-target >SUPPORTED</establish-trust-in-target >
12- <establish-trust-in-client >SUPPORTED</establish-trust-in-client >
13- </transport-config >
14- <as-context >
15- <auth-method >USERNAME_PASSWORD</auth-method >
16- <realm >default</realm >
17- <required >true</required >
18- </as-context >
19- <sas-context >
20- <caller-propagation >REQUIRED</caller-propagation >
21- </sas-context >
22- </ior-security-config >
23- </ejb >
24- </enterprise-beans >
4+ <enterprise-beans >
5+ <ejb >
6+ <ejb-name >Bean</ejb-name >
7+ <ior-security-config >
8+ <transport-config >
9+ <integrity >REQUIRED</integrity >
10+ <confidentiality >REQUIRED</confidentiality >
11+ <establish-trust-in-target >SUPPORTED</establish-trust-in-target >
12+ <establish-trust-in-client >SUPPORTED</establish-trust-in-client >
13+ </transport-config >
14+ <as-context >
15+ <auth-method >USERNAME_PASSWORD</auth-method >
16+ <realm >default</realm >
17+ <required >true</required >
18+ </as-context >
19+ <sas-context >
20+ <caller-propagation >REQUIRED</caller-propagation >
21+ </sas-context >
22+ </ior-security-config >
23+ </ejb >
24+ </enterprise-beans >
2525</glassfish-ejb-jar >
Original file line number Diff line number Diff line change 1313
1414 <artifactId >ejb-remote-vendor</artifactId >
1515 <packaging >pom</packaging >
16-
16+
1717 <name >Java EE 7 Sample: ejb - remote - vendor</name >
1818
1919 <profiles >
Original file line number Diff line number Diff line change 133133 <version >1.0.Beta3-m1</version >
134134 <scope >test</scope >
135135 </dependency >
136+ <dependency >
137+ <groupId >org.bouncycastle</groupId >
138+ <artifactId >bcprov-jdk15on</artifactId >
139+ <version >1.59</version >
140+ </dependency >
141+ <dependency >
142+ <groupId >org.bouncycastle</groupId >
143+ <artifactId >bcpkix-jdk15on</artifactId >
144+ <version >1.59</version >
145+ </dependency >
136146 </dependencies >
137147 </dependencyManagement >
138148
Original file line number Diff line number Diff line change 1818 <dependency >
1919 <groupId >org.bouncycastle</groupId >
2020 <artifactId >bcprov-jdk15on</artifactId >
21- <version >1.59</version >
2221 </dependency >
2322
2423 <dependency >
2524 <groupId >org.bouncycastle</groupId >
2625 <artifactId >bcpkix-jdk15on</artifactId >
27- <version >1.59</version >
2826 </dependency >
2927 </dependencies >
3028
Original file line number Diff line number Diff line change 1818 <dependency >
1919 <groupId >org.bouncycastle</groupId >
2020 <artifactId >bcprov-jdk15on</artifactId >
21- <version >1.59</version >
2221 </dependency >
2322
2423 <dependency >
2524 <groupId >org.bouncycastle</groupId >
2625 <artifactId >bcpkix-jdk15on</artifactId >
27- <version >1.59</version >
2826 </dependency >
2927 </dependencies >
3028
You can’t perform that action at this time.
0 commit comments