PicketLink Console :: Parent


License

License

GroupId

GroupId

org.picketlink
ArtifactId

ArtifactId

picketlink-console-parent
Last Version

Last Version

2.0.8.Final
Release Date

Release Date

Type

Type

pom
Description

Description

PicketLink Console :: Parent
PicketLink Console :: Parent
Project URL

Project URL

https://github.com/picketlink/picketlink-console
Project Organization

Project Organization

JBoss, a division of Red Hat
Source Code Management

Source Code Management

https://github.com/picketlink/picketlink-console

Download picketlink-console-parent

How to add to project

<!-- https://jarcasting.com/artifacts/org.picketlink/picketlink-console-parent/ -->
<dependency>
    <groupId>org.picketlink</groupId>
    <artifactId>picketlink-console-parent</artifactId>
    <version>2.0.8.Final</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.picketlink/picketlink-console-parent/
implementation 'org.picketlink:picketlink-console-parent:2.0.8.Final'
// https://jarcasting.com/artifacts/org.picketlink/picketlink-console-parent/
implementation ("org.picketlink:picketlink-console-parent:2.0.8.Final")
'org.picketlink:picketlink-console-parent:pom:2.0.8.Final'
<dependency org="org.picketlink" name="picketlink-console-parent" rev="2.0.8.Final">
  <artifact name="picketlink-console-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.picketlink', module='picketlink-console-parent', version='2.0.8.Final')
)
libraryDependencies += "org.picketlink" % "picketlink-console-parent" % "2.0.8.Final"
[org.picketlink/picketlink-console-parent "2.0.8.Final"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • gui
  • app

The PicketLink Console project

About

The PicketLink Console Project aims to provide for users a easy way to manage all PicketLink configurations using a AS 7 subsystem. Basically, it is a GWT application based on the AS7 Console's architecture and principles providing UIs to manage the PicketLink AS7 Subsystem.

For more information, see this article.

How to build

Pre-requisites:

  • Apache Maven 3
  • JDK 1.6+

To build the console do the following:

  • Execute a mvn -Pdev clean install. This will compile(GWT) only for firefox.

Running in hosted mode

Make sure you have a successful build.

To run the PicketLink Console in hosted mode, follow this steps:

  • Enter in the directory ${project.base.dir}/app;
  • Execute a mvn -Pdev gwt:run;
  • Open the Firefox and access the following URL: http://127.0.0.1:8888/App.html?gwt.codesvr=127.0.0.1:9997;
  • You will be prompted to inform your credentials. This credentials are the same that you use to access the AS7 Management Console.

After the login you will be presented to the AS 7 Console Servers Overview Page. Click in Profile (at the upper right corner) and you will see in the menu tree a item called "PicketLink". Expand it and click in "Federation".

You should now be presented to the Federation Configuration page.

Eclipse IDE configuration

Pre-requisites:

In order to setup and run the project using the Eclipse IDE, do the following:

  • Execute a mvn eclipse:eclipse in the root directory;
  • Import the project as an "Existing Maven Project";
  • Click with the right-button in the project picketlink-console-application;
  • Select Run As -> Web Application.
org.picketlink

PicketLink

Versions

Version
2.0.8.Final
2.0.7.Final
2.0.6.Final
2.0.5.Final
2.0.4.Final
2.0.3.Final
2.0.2.Final
2.0.1.Final
2.0.0.Final
1.0.3.Final
1.0.3.CR2
1.0.3.CR1