PicketLink Console :: Parent


Лицензия

Лицензия

Группа

Группа

org.picketlink
Идентификатор

Идентификатор

picketlink-console-parent
Последняя версия

Последняя версия

2.0.8.Final
Дата

Дата

Тип

Тип

pom
Описание

Описание

PicketLink Console :: Parent
PicketLink Console :: Parent
Ссылка на сайт

Ссылка на сайт

https://github.com/picketlink/picketlink-console
Организация-разработчик

Организация-разработчик

JBoss, a division of Red Hat
Система контроля версий

Система контроля версий

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

Скачать picketlink-console-parent

Имя Файла Размер
picketlink-console-parent-2.0.8.Final.pom 4 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • 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

Версии библиотеки

Версия
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