File tree 10 files changed +15
-15
lines changed
policy-security-wss-username
10 files changed +15
-15
lines changed 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 -- user guest --password guestp.1 --realm ApplicationRealm --group guest
22
+ ${AS}/bin/add-user.sh -a -- user guest --password guestp.1 --group guest
23
23
24
24
3 . Build and deploy the quickstart
25
25
@@ -41,7 +41,7 @@ Wildfly
41
41
42
42
2 . Create an application user:
43
43
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
45
45
46
46
3 . Build and deploy the quickstart
47
47
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 -- user guest --password guestp.1 --realm ApplicationRealm --group guest
21
+ ${AS}/bin/add-user.sh -a -- user guest --password guestp.1 --group guest
22
22
23
23
3 . Build and deploy the quickstart
24
24
@@ -43,7 +43,7 @@ Wildfly
43
43
44
44
2 . Create an application user:
45
45
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
47
47
48
48
3 . Build and deploy the quickstart
49
49
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.
19
19
20
20
2 . Create an application user:
21
21
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
23
23
24
24
3 . Build and deploy the quickstart
25
25
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ JBoss AS 7
13
13
14
14
1 . Create an application user:
15
15
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
17
17
18
18
2 . Start JBoss AS in standalone mode:
19
19
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Running the quickstart
10
10
11
11
1 . Create an application user:
12
12
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
14
14
15
15
2 . Start JBoss AS in standalone mode:
16
16
${AS}/bin/standalone.sh
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Running the quickstart
25
25
26
26
2 . Create an application user:
27
27
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
29
29
30
30
3 . Build and deploy the quickstart
31
31
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Running the quickstart
14
14
15
15
1 . Create an application user:
16
16
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
18
18
19
19
2 . Start JBoss AS in standalone mode:
20
20
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 -- user guest --password guestp.1 --realm ApplicationRealm --group guest
30
+ ${AS}/bin/add-user.sh -a -- user guest --password guestp.1 --group guest
31
31
32
32
3 . Build and deploy the EAR
33
33
@@ -50,7 +50,7 @@ Wildfly
50
50
51
51
2 . Create an application user:
52
52
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
54
54
55
55
3 . Build and deploy the EAR
56
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 -- user guest --password guestp.1 --realm ApplicationRealm --group guest
25
+ ${AS}/bin/add-user.sh -a -- user guest --password guestp.1 --group guest
26
26
27
27
3 . Build and deploy the quickstart
28
28
@@ -47,7 +47,7 @@ Wildfly
47
47
48
48
2 . Create an application user:
49
49
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
51
51
52
52
3 . Build and deploy the quickstart
53
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 -- user guest --password guestp.1 --realm ApplicationRealm --group guest
18
+ ${AS}/bin/add-user.sh -a -- user guest --password guestp.1 --group guest
19
19
20
20
3 . Build and deploy the quickstart
21
21
@@ -40,7 +40,7 @@ Wildfly
40
40
41
41
2 . Create an application user:
42
42
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
44
44
45
45
3 . Build and deploy the quickstart
46
46
You can’t perform that action at this time.
0 commit comments