PicketLink Subsystem for WildFly 8

PicketLink subsystem has already been incorporated into WildFly 9.x. Unfortunately, WildFly 9 is still an alpha and it will take a substantial amount of time to stabilize it and meanwhile no PicketLink subsystem is available to be used. This project aims to correct this oversight by porting PicketLink subsystem for WildFly 8 from current WildFly 9 sources.

DISCLAIMER: I am not affiliated with RedHat, JBoss, WildFly or PicketLink teams. This effort is unofficial and is, to my knowledge, not endorsed by any of the entities mentioned above.

The project will, naturally, be abandoned as soon as WildFly 9 becomes latest stable and my team migrates to WildFly 9.

Features

Since this is a direct port all of the features described in the official documentation apply.

Installation

PicketLink Subsystem for WildFly 8 is packaged in a form of an overlay. The overlay is available in a TGZ and ZIP formats.

  1. Locate the desired release at GitHub
  2. Download TGZ or ZIP module overlay
  3. (Optional) Verify download and source signing integrity with SHA1 and GPG signatures respectively
  4. Stop your WildFly domain or standalone server
  5. Unpack the overlay on top of your WildFly installation
  6. Follow readme documentation in domain/configuration/wildfly8-picketlink-readme.txt or standalone/configuration/wildfly8-picketlink-readme.txt as applicable to your installation

Maven Artifacts

[xml] <dependency>
<groupId>biz.ivanov.wildfly</groupId>
<artifactId>wildfly8-picketlink-module</artifactId>
<version>2.7.0.Final</version>
<classifier>distro</classifier>
<type>tgz</type>
</dependency>
[/xml]

Project Sources

The project is hosted on GitHub in the following repositories:

Reporting Issues

All issues can be reported via PicketLink Subsystem for WildFly 8 Issue Tracker.


PicketLink Subsystem for WildFly 8 ver 2.7.0.Final.1 Released

Announcing the belated release of PicketLink Subsystem for WildFly 8 ver 2.7.0.Final.1. The release is based on PicketLink 2.7.0.Final and WildFly 9.0.0.Alpha2-SNAPSHOT of the PicketLink subsystem.

Posted in PicketLink for WildFly 8 | Tagged , , , | Leave a comment

PicketLink Subsystem for WildFly 8 ver 2.7.0.Final Released

Announcing the release of PicketLink Subsystem for WildFly 8 ver 2.7.0.Final. The release is based on PicketLink 2.7.0.Final and WildFly 9.0.0.Alpha2-SNAPSHOT of the PicketLink subsystem.

Posted in PicketLink for WildFly 8, Projects | Tagged , , , | Leave a comment

PicketLink Subsystem for WildFly 8 ver 1.0.0.Final Released

Announcing the first release of PicketLink Subsystem for WildFly 8 ver 1.0.0.Final. The release is based on PicketLink 2.7.0.CR3 and WildFly 9.0.0.Alpha2-SNAPSHOT of the PicketLink subsystem.

Posted in PicketLink for WildFly 8, Projects | Tagged , , , | Leave a comment