forked from wildfly-security-incubator/elytron-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update failover-realm to EE10 and WFLY 27.0.1.Final
- Loading branch information
1 parent
2140f90
commit 938737d
Showing
8 changed files
with
92 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
batch | ||
|
||
# Remove Undertow application security domain and HTTP authentication factory | ||
/subsystem=undertow/application-security-domain=httpSD:remove() | ||
/subsystem=elytron/http-authentication-factory=example-failover-http-auth:remove() | ||
|
||
# Remove failoverSD security domain and failover-realm security realm | ||
/subsystem=elytron/security-domain=failoverSD:remove() | ||
/subsystem=elytron/failover-realm=failoverRealm:remove() | ||
|
||
# Remove user frank from filesystem realm | ||
/subsystem=elytron/filesystem-realm=exampleFSRealm:remove-identity(identity=frank) | ||
|
||
# Run commands, reload server, and start batching commands again | ||
run-batch | ||
reload | ||
batch | ||
|
||
# Remove filesystem realm | ||
/subsystem=elytron/filesystem-realm=exampleFSRealm:remove() | ||
|
||
# Remove LDAP realm and configuration | ||
/subsystem=elytron/ldap-realm=exampleLdapRealm:remove() | ||
/subsystem=elytron/dir-context=exampleDC:remove() | ||
|
||
# Run batched commands | ||
run-batch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters