wildfly/wildfly-url-http

Name: wildfly-url-http

Owner: wildfly

Description: WildFly URL handler for HTTP (using Apache HTTP client and Elytron AuthenticationContext)

Created: 2018-03-02 12:43:37.0

Updated: 2018-03-28 17:05:01.0

Pushed: 2018-03-28 17:05:00.0

Homepage:

Size: 81

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

WildFly URL handler for HTTP

This is module for WildFly, which ensure using Elytron AuthenticationContext for authentication, identity propagation and SSL.

It is intended to be present in WildFly by default, but it can be installed into current version of WildFly using steps below.

Manual module installation

Compile:

    mvn clean install

Add module into WildFly:

    bin/jboss-cli.sh
    module add --name=org.wildfly.url.http.wildfly-url-http --resources=wildfly-url-http-0.0.1-SNAPSHOT.jar --dependencies=javax.api,org.wildfly.security.elytron,org.apache.httpcomponents

Add dependency on this module to the module.xml of org.jboss.as.server and org.jboss.as.standalone:

    <module name="org.wildfly.url.http.wildfly-url-http" services="import"/>

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.