Questions tagged [picketlink]

PicketLink is an umbrella project for security and identity management for Java Applications. It is licensed under a friendly Apache v2 license. It supports Federation of authentication across a variety of schemes.

95 questions
0
votes
1 answer

Custom IDM authentication and Authorizer

I have custom implementation of the Picketlink IDM JPA authentication model. I got it by coping an example from there https://github.com/jboss-developer/jboss-picketlink-quickstarts/tree/master/picketlink-idm-custom-identity-model to package…
Alex Po
  • 1,837
  • 1
  • 24
  • 28
0
votes
1 answer

Building a picketlink app

I like to build (mvn clean install) the picketlink example on https://github.com/picketlink/TODO But it wont work because the dependency picketlink-extension 3.0.0 isnt available in any repository. Can anyone give me a hint what im doing wrong?
0
votes
1 answer

Is PicketLink supported on all Java EE application servers?

Does PicketLink support all Application Servers? I'm interested in using it on WebSphere 8.5.5. If not is there an equivalent library for WebSphere security offering?
DarVar
  • 16,882
  • 29
  • 97
  • 146
0
votes
1 answer

Identity injection doesn't work on WebFilter in Wildfly

I'm playing with the following stack: wildfly8.1.0 primefaces 5 omnifaces 2.0 picketlink 2.5.2 jsf2.2 javaee7 java7 and I have an ear project. Then I created a simple web filter to check the role of a user: @WebFilter(urlPatterns =…
czetsuya
  • 4,773
  • 13
  • 53
  • 99
0
votes
1 answer

Can't install Picketlink Forge Plugin JBoss

I want to implement a simple form Login/Register feature in my application and unfortunately I only found tutorials which depend on the Picketlink plugin (if anybody knows tutorials for register/login, please tell me!). However, I installed the…
user3475602
  • 1,217
  • 2
  • 21
  • 43
1 2 3 4 5 6
7