File tree 15 files changed +33
-62
lines changed
policy-security-wss-signencrypt
policy-security-wss-username
15 files changed +33
-62
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Wildfly
45
45
----------
46
46
1 . Start Wildfly in standalone mode :
47
47
48
- ${WILDFLY }/bin/standalone.sh
48
+ ${AS }/bin/standalone.sh
49
49
50
50
2 . Build and deploy the Quickstart :
51
51
Original file line number Diff line number Diff line change 19
19
20
20
2 . Create an application user:
21
21
22
- ${AS}/bin/add-user.sh
23
-
24
- realm=ApplicationRealm user=guest password=guestp.1 group=guest
22
+ ${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
25
23
26
24
3 . Build and deploy the quickstart
27
25
@@ -39,12 +37,11 @@ Wildfly
39
37
----------
40
38
1 . Start Wildfly in standalone-full mode:
41
39
42
- ${WILDFLY }/bin/standalone.sh --server-config=standalone-full.xml
40
+ ${AS }/bin/standalone.sh --server-config=standalone-full.xml
43
41
44
42
2 . Create an application user:
45
43
46
- ${WILDFLY}/bin/add-user.sh
47
- realm=ApplicationRealm user=guest password=guestp.1 group=guest
44
+ ${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
48
45
49
46
3 . Build and deploy the quickstart
50
47
Original file line number Diff line number Diff line change 37
37
38
38
Wildfly
39
39
----------
40
- 1 . Start EAP in standalone mode:
40
+ 1 . Start Wildfly in standalone mode:
41
41
42
42
${AS}/bin/standalone.sh
43
43
Original file line number Diff line number Diff line change 18
18
19
19
2 . Create an application user:
20
20
21
- ${AS}/bin/add-user.sh
22
- realm=ApplicationRealm UserName=guest Password=guestp.1 Group=guest
21
+ ${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
23
22
24
23
3 . Build and deploy the quickstart
25
24
38
37
39
38
Wildfly
40
39
----------
41
- 1 . Start EAP in standalone-full mode:
40
+ 1 . Start Wildfly in standalone-full mode:
42
41
43
42
${AS}/bin/standalone.sh --server-config=standalone-full.xml
44
43
45
44
2 . Create an application user:
46
45
47
- ${AS}/bin/add-user.sh
48
- realm=ApplicationRealm UserName=guest Password=guestp.1 Group=guest
46
+ ${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
49
47
50
48
3 . Build and deploy the quickstart
51
49
Original file line number Diff line number Diff line change 22
22
23
23
2 . Create an application user:
24
24
25
- ${AS}/bin/add-user.sh
26
- realm=ApplicationRealm user=guest password=guestp.1 group=guest
25
+ ${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
27
26
28
27
3 . Build and deploy the quickstart
29
28
@@ -48,8 +47,7 @@ Wildfly
48
47
49
48
2 . Create an application user:
50
49
51
- ${AS}/bin/add-user.sh
52
- realm=ApplicationRealm user=guest password=guestp.1 group=guest
50
+ ${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
53
51
54
52
3 . Build and deploy the quickstart
55
53
Original file line number Diff line number Diff line change 13
13
14
14
1 . Create an application user:
15
15
16
- ${AS}/bin/add-user.sh
17
-
18
- realm=ApplicationRealm Username=kermit Password=the-frog-1 group=friend
16
+ ${AS}/bin/add-user.sh -a --user kermit --password the-frog-1 --group friend
19
17
20
18
2 . Start EAP in standalone mode:
21
19
@@ -75,13 +73,11 @@ Wildfly
75
73
76
74
1 . Create an application user:
77
75
78
- ${WILDFLY}/bin/add-user.sh
79
-
80
- realm=ApplicationRealm Username=kermit Password=the-frog-1 group=friend
76
+ ${AS}/bin/add-user.sh -a --user kermit --password the-frog-1 --group friend
81
77
82
78
2 . Start Wildfly in standalone mode :
83
79
84
- ${WILDFLY }/bin/standalone.sh
80
+ ${AS }/bin/standalone.sh
85
81
86
82
3 . Build and deploy the demo :
87
83
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Wildfly
61
61
62
62
1 . Start Wildfly in standalone mode :
63
63
64
- ${WILDFLY }/bin/standalone.sh
64
+ ${AS }/bin/standalone.sh
65
65
66
66
2 . Build and deploy the demo :
67
67
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Wildfly
34
34
35
35
1 . Start Wildfly in standalone mode :
36
36
37
- ${WILDFLY }/bin/standalone.sh
37
+ ${AS }/bin/standalone.sh
38
38
39
39
2 . Build and deploy the demo :
40
40
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Wildfly
36
36
37
37
1 . Start Wildfly in standalone mode :
38
38
39
- ${WILDFLY }/bin/standalone.sh
39
+ ${AS }/bin/standalone.sh
40
40
41
41
2 . Build and deploy the demo :
42
42
Original file line number Diff line number Diff line change 14
14
15
15
1 . Create an application user:
16
16
17
- ${AS}/bin/add-user.sh
18
-
19
- realm=ApplicationRealm Username=kermit Password=the-frog-1 group=friend
17
+ ${AS}/bin/add-user.sh -a --user kermit --password the-frog-1 --group friend
20
18
21
19
2 . Start JBoss EAP in standalone mode:
22
20
23
- ${EAP }/bin/standalone.sh
21
+ ${AS }/bin/standalone.sh
24
22
25
23
3 . Build and deploy the quickstart
26
24
@@ -41,13 +39,11 @@ Wildfly
41
39
42
40
1 . Create an application user:
43
41
44
- ${WILDFLY}/bin/add-user.sh
45
-
46
- realm=ApplicationRealm Username=kermit Password=the-frog-1 group=friend
42
+ ${AS}/bin/add-user.sh -a --user kermit --password the-frog-1 --group friend
47
43
48
44
2 . Start Wildfly in standalone mode :
49
45
50
- ${WILDFLY }/bin/standalone.sh
46
+ ${AS }/bin/standalone.sh
51
47
52
48
3 . Build and deploy the demo :
53
49
Original file line number Diff line number Diff line change 28
28
29
29
2 . Create an application user:
30
30
31
- ${AS}/bin/add-user.sh
32
- realm=ApplicationRealm user=guest password=guestp.1 group=guest
31
+ ${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
33
32
34
33
3 . Build and deploy the quickstart
35
34
@@ -52,12 +51,11 @@ Wildfly
52
51
----------
53
52
1 . Start Wildfly in standalone-full mode:
54
53
55
- ${WILDFLY }/bin/standalone.sh --server-config=standalone-full.xml
54
+ ${AS }/bin/standalone.sh --server-config=standalone-full.xml
56
55
57
56
2 . Create an application user:
58
57
59
- ${WILDFLY}/bin/add-user.sh
60
- realm=ApplicationRealm user=guest password=guestp.1 group=guest
58
+ ${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
61
59
62
60
3 . Build and deploy the quickstart
63
61
Original file line number Diff line number Diff line change 17
17
18
18
1 . Create an application user:
19
19
20
- ${AS}/bin/add-user.sh
21
- User : kermit
22
- Password : the-frog-1
23
- Group : friend
20
+ ${AS}/bin/add-user.sh -a --user kermit --password the-frog-1 --group friend
24
21
25
22
2 . Start JBoss AS in standalone mode:
26
23
@@ -47,10 +44,7 @@ Wildfly
47
44
48
45
1 . Create an application user:
49
46
50
- ${WILDFLY}/bin/add-user.sh
51
- User : kermit
52
- Password : the-frog-1
53
- Group : friend
47
+ ${AS}/bin/add-user.sh -a --user kermit --password the-frog-1 --group friend
54
48
55
49
2 . Edit the standalone.xml placed on ${WILDFLY_HOME}/standalone/configuration
56
50
@@ -69,7 +63,7 @@ Wildfly
69
63
70
64
3 . Start Wildfly in standalone mode :
71
65
72
- ${WILDFLY }/bin/standalone.sh
66
+ ${AS }/bin/standalone.sh
73
67
74
68
4 . Build and deploy the demo :
75
69
Original file line number Diff line number Diff line change 27
27
28
28
2 . Create an application user:
29
29
30
- ${AS}/bin/add-user.sh
31
- realm=ApplicationRealm user=guest password=guestp.1 group=guest
32
-
30
+ ${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
31
+
33
32
3 . Build and deploy the EAR
34
33
35
34
mvn install -Pdeploy
@@ -51,8 +50,7 @@ Wildfly
51
50
52
51
2 . Create an application user:
53
52
54
- ${AS}/bin/add-user.sh
55
- realm=ApplicationRealm user=guest password=guestp.1 group=guest
53
+ ${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
56
54
57
55
3 . Build and deploy the EAR
58
56
Original file line number Diff line number Diff line change 22
22
23
23
2 . Create an application user:
24
24
25
- ${AS}/bin/add-user.sh
26
- realm=ApplicationRealm user=guest password=guestp.1 group=guest
25
+ ${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
27
26
28
27
3 . Build and deploy the quickstart
29
28
@@ -48,8 +47,7 @@ Wildfly
48
47
49
48
2 . Create an application user:
50
49
51
- ${AS}/bin/add-user.sh
52
- realm=ApplicationRealm user=guest password=guestp.1 group=guest
50
+ ${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
53
51
54
52
3 . Build and deploy the quickstart
55
53
Original file line number Diff line number Diff line change 15
15
16
16
2 . Create an application user:
17
17
18
- ${AS}/bin/add-user.sh
19
- realm=ApplicationRealm user=guest password=guestp.1 group=guest
18
+ ${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
20
19
21
20
3 . Build and deploy the quickstart
22
21
@@ -41,8 +40,7 @@ Wildfly
41
40
42
41
2 . Create an application user:
43
42
44
- ${AS}/bin/add-user.sh
45
- realm=ApplicationRealm user=guest password=guestp.1 group=guest
43
+ ${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
46
44
47
45
3 . Build and deploy the quickstart
48
46
You can’t perform that action at this time.
0 commit comments