fixed last mentions of old versions
This commit is contained in:
parent
6cb1d1d86b
commit
7556374e96
2 changed files with 6 additions and 15 deletions
|
@ -126,21 +126,12 @@ even on those versions. However, we recommend to use the newer Elytron adapter.
|
||||||
endif::[]
|
endif::[]
|
||||||
|
|
||||||
ifeval::[{project_product}==true]
|
ifeval::[{project_product}==true]
|
||||||
.JBoss EAP 7.1 or newer
|
.JBoss EAP 7.2 or newer
|
||||||
[source]
|
[source]
|
||||||
----
|
----
|
||||||
$ ./bin/jboss-cli.sh --file=bin/adapter-elytron-install-offline.cli
|
$ ./bin/jboss-cli.sh --file=bin/adapter-elytron-install-offline.cli
|
||||||
----
|
----
|
||||||
|
|
||||||
.JBoss EAP 7.0
|
|
||||||
[source]
|
|
||||||
----
|
|
||||||
$ ./bin/jboss-cli.sh --file=bin/adapter-install-offline.cli
|
|
||||||
----
|
|
||||||
|
|
||||||
NOTE: It is possible to use the legacy non-Elytron adapter on JBoss EAP 7.1 or newer as well, meaning you can use `adapter-install-offline.cli`
|
|
||||||
even on those versions. However, we recommend to use the newer Elytron adapter.
|
|
||||||
|
|
||||||
NOTE: The offline script is not available for JBoss EAP 6.4
|
NOTE: The offline script is not available for JBoss EAP 6.4
|
||||||
|
|
||||||
endif::[]
|
endif::[]
|
||||||
|
@ -162,13 +153,13 @@ $ ./bin/jboss-cli.sh -c --file=bin/adapter-install.cli
|
||||||
endif::[]
|
endif::[]
|
||||||
|
|
||||||
ifeval::[{project_product}==true]
|
ifeval::[{project_product}==true]
|
||||||
.JBoss EAP 7.1 or newer
|
.JBoss EAP 7.2 or newer
|
||||||
[source]
|
[source]
|
||||||
----
|
----
|
||||||
$ ./bin/jboss-cli.sh -c --file=bin/adapter-elytron-install.cli
|
$ ./bin/jboss-cli.sh -c --file=bin/adapter-elytron-install.cli
|
||||||
----
|
----
|
||||||
|
|
||||||
.JBoss EAP 7.0 and 6.4
|
.JBoss EAP 6.4
|
||||||
[source]
|
[source]
|
||||||
----
|
----
|
||||||
$ ./bin/jboss-cli.sh -c --file=bin/adapter-install.cli
|
$ ./bin/jboss-cli.sh -c --file=bin/adapter-install.cli
|
||||||
|
|
|
@ -76,14 +76,14 @@ even on those versions. However, we recommend to use the newer Elytron adapter.
|
||||||
endif::[]
|
endif::[]
|
||||||
|
|
||||||
ifeval::[{project_product}==true]
|
ifeval::[{project_product}==true]
|
||||||
.JBoss EAP 7.1 or newer
|
.JBoss EAP 7.2 or newer
|
||||||
[source]
|
[source]
|
||||||
----
|
----
|
||||||
$ cd $JBOSS_HOME
|
$ cd $JBOSS_HOME
|
||||||
$ ./bin/jboss-cli.sh -c --file=bin/adapter-elytron-install-saml.cli
|
$ ./bin/jboss-cli.sh -c --file=bin/adapter-elytron-install-saml.cli
|
||||||
----
|
----
|
||||||
|
|
||||||
.JBoss EAP 7.0 and EAP 6
|
.JBoss EAP 6.4
|
||||||
[source]
|
[source]
|
||||||
----
|
----
|
||||||
|
|
||||||
|
@ -91,7 +91,7 @@ $ cd $JBOSS_HOME
|
||||||
$ ./bin/boss-cli.sh -c --file=bin/adapter-install-saml.cli
|
$ ./bin/boss-cli.sh -c --file=bin/adapter-install-saml.cli
|
||||||
----
|
----
|
||||||
|
|
||||||
NOTE: It is possible to use the legacy non-Elytron adapter on JBoss EAP 7.1 or newer as well, meaning you can use `adapter-install-saml.cli`
|
NOTE: It is possible to use the legacy non-Elytron adapter on JBoss EAP 7.2 or newer as well, meaning you can use `adapter-install-saml.cli`
|
||||||
even on those versions. However, we recommend to use the newer Elytron adapter.
|
even on those versions. However, we recommend to use the newer Elytron adapter.
|
||||||
|
|
||||||
endif::[]
|
endif::[]
|
||||||
|
|
Loading…
Reference in a new issue