This repository was archived by the owner on Sep 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +15
-15
lines changed
policy-security-wss-username Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1919
20202 . Create an application user:
2121
22- ${AS}/bin/add-user.sh -- user guest --password guestp.1 --realm ApplicationRealm --group guest
22+ ${AS}/bin/add-user.sh -a -- user guest --password guestp.1 --group guest
2323
24243 . Build and deploy the quickstart
2525
@@ -41,7 +41,7 @@ Wildfly
4141
42422 . Create an application user:
4343
44- ${AS}/bin/add-user.sh -- user guest --password guestp.1 --realm ApplicationRealm --group guest
44+ ${AS}/bin/add-user.sh -a -- user guest --password guestp.1 --group guest
4545
46463 . Build and deploy the quickstart
4747
Original file line number Diff line number Diff line change 1818
19192 . Create an application user:
2020
21- ${AS}/bin/add-user.sh -- user guest --password guestp.1 --realm ApplicationRealm --group guest
21+ ${AS}/bin/add-user.sh -a -- user guest --password guestp.1 --group guest
2222
23233 . Build and deploy the quickstart
2424
@@ -43,7 +43,7 @@ Wildfly
4343
44442 . Create an application user:
4545
46- ${AS}/bin/add-user.sh -- user guest --password guestp.1 --realm ApplicationRealm --group guest
46+ ${AS}/bin/add-user.sh -a -- user guest --password guestp.1 --group guest
4747
48483 . Build and deploy the quickstart
4949
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Consult the README.md in each individual project for more info.
1919
20202 . Create an application user:
2121
22- ${AS}/bin/add-user.sh -- user guest --password guestp.1 --realm ApplicationRealm --group guest
22+ ${AS}/bin/add-user.sh -a -- user guest --password guestp.1 --group guest
2323
24243 . Build and deploy the quickstart
2525
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ JBoss AS 7
1313
14141 . Create an application user:
1515
16- ${AS}/bin/add-user.sh -- user kermit --password the-frog-1 --realm ApplicationRealm --group friend
16+ ${AS}/bin/add-user.sh -a -- user kermit --password the-frog-1 --group friend
1717
18182 . Start JBoss AS in standalone mode:
1919
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Running the quickstart
1010
11111 . Create an application user:
1212
13- ${AS}/bin/add-user.sh -- user kermit --password the-frog-1 --realm ApplicationRealm --group friend
13+ ${AS}/bin/add-user.sh -a -- user kermit --password the-frog-1 --group friend
1414
15152 . Start JBoss AS in standalone mode:
1616 ${AS}/bin/standalone.sh
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Running the quickstart
2525
26262 . Create an application user:
2727
28- ${AS}/bin/add-user.sh -- user guest --password guestp.1 --realm ApplicationRealm --group guest
28+ ${AS}/bin/add-user.sh -a -- user guest --password guestp.1 --group guest
2929
30303 . Build and deploy the quickstart
3131
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Running the quickstart
1414
15151 . Create an application user:
1616
17- ${AS}/bin/add-user.sh -- user kermit --password the-frog-1 --realm ApplicationRealm --group friend
17+ ${AS}/bin/add-user.sh -a -- user kermit --password the-frog-1 --group friend
1818
19192 . Start JBoss AS in standalone mode:
2020
Original file line number Diff line number Diff line change 2727
28282 . Create an application user:
2929
30- ${AS}/bin/add-user.sh -- user guest --password guestp.1 --realm ApplicationRealm --group guest
30+ ${AS}/bin/add-user.sh -a -- user guest --password guestp.1 --group guest
3131
32323 . Build and deploy the EAR
3333
@@ -50,7 +50,7 @@ Wildfly
5050
51512 . Create an application user:
5252
53- ${AS}/bin/add-user.sh -- user guest --password guestp.1 --realm ApplicationRealm --group guest
53+ ${AS}/bin/add-user.sh -a -- user guest --password guestp.1 --group guest
5454
55553 . Build and deploy the EAR
5656
Original file line number Diff line number Diff line change 2222
23232 . Create an application user:
2424
25- ${AS}/bin/add-user.sh -- user guest --password guestp.1 --realm ApplicationRealm --group guest
25+ ${AS}/bin/add-user.sh -a -- user guest --password guestp.1 --group guest
2626
27273 . Build and deploy the quickstart
2828
@@ -47,7 +47,7 @@ Wildfly
4747
48482 . Create an application user:
4949
50- ${AS}/bin/add-user.sh -- user guest --password guestp.1 --realm ApplicationRealm --group guest
50+ ${AS}/bin/add-user.sh -a -- user guest --password guestp.1 --group guest
5151
52523 . Build and deploy the quickstart
5353
Original file line number Diff line number Diff line change 1515
16162 . Create an application user:
1717
18- ${AS}/bin/add-user.sh -- user guest --password guestp.1 --realm ApplicationRealm --group guest
18+ ${AS}/bin/add-user.sh -a -- user guest --password guestp.1 --group guest
1919
20203 . Build and deploy the quickstart
2121
@@ -40,7 +40,7 @@ Wildfly
4040
41412 . Create an application user:
4242
43- ${AS}/bin/add-user.sh -- user guest --password guestp.1 --realm ApplicationRealm --group guest
43+ ${AS}/bin/add-user.sh -a -- user guest --password guestp.1 --group guest
4444
45453 . Build and deploy the quickstart
4646
You can’t perform that action at this time.
0 commit comments