PicketLink REST

PicketLink REST provides a set of RESTful identity services and clients, including support for SCIM 1.1

License

License

GroupId

GroupId

org.picketlink
ArtifactId

ArtifactId

picketlink-rest
Last Version

Last Version

2.7.0.Final
Release Date

Release Date

Type

Type

jar
Description

Description

PicketLink REST
PicketLink REST provides a set of RESTful identity services and clients, including support for SCIM 1.1
Project URL

Project URL

http://jboss.org/picketlink/
Project Organization

Project Organization

JBoss Inc.

Download picketlink-rest

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
org.jboss.spec.javax.servlet : jboss-servlet-api_3.0_spec jar
org.picketlink : picketlink-api jar 2.7.0.Final
org.picketlink : picketlink-idm-api jar 2.7.0.Final
org.picketlink : picketlink-idm-impl jar 2.7.0.Final
org.picketlink : picketlink-idm-simple-schema jar 2.7.0.Final
org.codehaus.jackson : jackson-jaxrs jar 1.9.2
org.jboss.resteasy : resteasy-jaxrs jar 2.3.6.Final

provided (4)

Group / Artifact Type Version
javax.enterprise : cdi-api jar
org.jboss.logging : jboss-logging jar 3.1.1.GA
org.hibernate.javax.persistence : hibernate-jpa-2.0-api jar
org.jboss.logging : jboss-logging-processor Optional jar 1.0.3.Final

test (19)

Group / Artifact Type Version
org.jboss.resteasy : resteasy-cdi jar 2.3.6.Final
org.jboss.spec.javax.ejb : jboss-ejb-api_3.1_spec jar
org.jboss.ejb3 » jboss-ejb3-api jar 3.1.0
junit : junit jar 4.10
org.slf4j : slf4j-api jar
org.slf4j : slf4j-ext jar
org.slf4j : slf4j-simple jar
org.slf4j : slf4j-log4j12 jar 1.6.0
org.eclipse.jetty : jetty-server jar 8.1.8.v20121106
org.eclipse.jetty : jetty-plus jar 8.1.8.v20121106
org.eclipse.jetty : jetty-jndi jar 8.1.8.v20121106
org.eclipse.jetty : jetty-webapp jar 8.1.8.v20121106
org.eclipse.jetty : jetty-jsp jar 8.1.8.v20121106
org.apache.httpcomponents : httpclient jar 4.1.2
org.hibernate : hibernate-core jar 4.1.9.Final
org.hibernate : hibernate-entitymanager jar 4.1.9.Final
com.h2database : h2 jar 1.3.161
org.jboss.weld.servlet : weld-servlet jar
org.jboss.weld : weld-core jar

Project Modules

There are no modules declared in this project.

PicketLink

http://picketlink.org

  • Java EE Application Security
  • Identity Management
  • Federation
  • Social
  • REST Security
  • Standard-based Security

This repository is no longer maintained

This repository is no longer maintained and is archived. For more details, please take a look at http://picketlink.org/keycloak-merge-faq.

Building

Ensure you have JDK 7 (or newer) installed

java -version

If you already have Maven 3.1.0 (or newer) installed you can use it directly

mvn clean install

Contributing

http://picketlink.org

Running the Testsuite

All tests are enabled by default whe you execute a simple

mvn clean install

Some modules provide specific profiles and system properties in order to run a specific set of integration or unit tests.

During a build (if tests are not skipped) the integration tests from tests are always executed.

Running the PicketLink IDM Testsuite

For PicketLink IDM, the following profiles are available:

  • idm-smoke-tests: Core tests that should be run as part of every build. Failures here will fail the build.

You also provide some additional system properties as follows:

  • -Dtest.idm.configuration=[all,file,jpa,ldap,jdbc,ldap_jpa]: Specify which category of tests should be run. Usually, they are references to specific configurations for each identity store.
  • -Dtest.idm.jpa.eclipselink.provider=true: Use EclipseLink instead of Hibernate when running the JPA identity store configuration tests.

Nightly Builds

Nightly Builds are available at http://repository-picketlink.forge.cloudbees.com/snapshot/.

Note: Those artitacts are SNAPSHOT versions, they're only suitable to test new features, fixes, etc.

License

org.picketlink

PicketLink

Versions

Version
2.7.0.Final
2.7.0.CR3
2.7.0.CR2
2.7.0.CR1-20140924
2.7.0.CR1
2.7.0.Beta2
2.7.0.Beta1
2.6.1.Final
2.6.0.Final
2.6.0.CR5
2.6.0.CR4
2.6.0.CR3
2.5.3.Beta3
2.5.3.Beta2
2.5.0.Beta5