File tree 5 files changed +32
-26
lines changed
roles-allowed-ssl/src/main/resources/META-INF
5 files changed +32
-26
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!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">
3
3
<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 >
25
25
</glassfish-ejb-jar >
Original file line number Diff line number Diff line change 13
13
14
14
<artifactId >ejb-remote-vendor</artifactId >
15
15
<packaging >pom</packaging >
16
-
16
+
17
17
<name >Java EE 7 Sample: ejb - remote - vendor</name >
18
18
19
19
<profiles >
Original file line number Diff line number Diff line change 133
133
<version >1.0.Beta3-m1</version >
134
134
<scope >test</scope >
135
135
</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 >
136
146
</dependencies >
137
147
</dependencyManagement >
138
148
Original file line number Diff line number Diff line change 18
18
<dependency >
19
19
<groupId >org.bouncycastle</groupId >
20
20
<artifactId >bcprov-jdk15on</artifactId >
21
- <version >1.59</version >
22
21
</dependency >
23
22
24
23
<dependency >
25
24
<groupId >org.bouncycastle</groupId >
26
25
<artifactId >bcpkix-jdk15on</artifactId >
27
- <version >1.59</version >
28
26
</dependency >
29
27
</dependencies >
30
28
Original file line number Diff line number Diff line change 18
18
<dependency >
19
19
<groupId >org.bouncycastle</groupId >
20
20
<artifactId >bcprov-jdk15on</artifactId >
21
- <version >1.59</version >
22
21
</dependency >
23
22
24
23
<dependency >
25
24
<groupId >org.bouncycastle</groupId >
26
25
<artifactId >bcpkix-jdk15on</artifactId >
27
- <version >1.59</version >
28
26
</dependency >
29
27
</dependencies >
30
28
You can’t perform that action at this time.
0 commit comments