Path: / admin / realms / {realm} / applications-by-id / {app-name} / installation / jboss

Return XML that can be included in the JBoss/Wildfly Keycloak subsystem to configure the adapter of that application.

Path parameters:
realm - realm name (not id!)
app-name -

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/applications-by-id/{app-name}/installation/jbossReturn XML that can be included in the JBoss/Wildfly Keycloak subsystem to configure the adapter of that application.

Method Detail

GET /admin/realms/{realm}/applications-by-id/{app-name}/installation/jboss

Return XML that can be included in the JBoss/Wildfly Keycloak subsystem to configure the adapter of that application.

HTTP Example:
GET /admin/realms/{realm}/applications-by-id/{app-name}/installation/jboss
API Example:

ApplicationResource.getJBossInstallation({'realm': /* name realm name (not id!) */,
  'app-name': /* name */});

Output:
String -
Produces:
text/plain