jaspic Questions
1
Solved
Based on this Jaspic Example I wrote the following validateRequest method for a ServerAuthModule:
public AuthStatus validateRequest(MessageInfo messageInfo, Subject clientSubject,
Subject service...
2
Solved
I'm studying JAAS and I'm implementing a simple example to use in a webapp using Tomcat with a JaasRealm.
Now my problem is that I don't know how to retrieve the subject since code like Subject s...
Epididymis asked 25/10, 2012 at 10:20
1
Solved
I have developed a Security Authentication Module (SAM) and implemented the validateRequest method. I also have a simple webapp configured to use this SAM.
In my validateRequest method, I check th...
Nisen asked 5/5, 2015 at 10:7
1
Solved
I'll be honest. I've been a developer for a quite some time now but its the first time I've heard of JACC ans JASPIC. I understand that they are standards used by authorization providers, but how e...
Devotional asked 24/3, 2015 at 23:54
2
I am currently using Oracle ADF (which is an end-to-end Java EE framework) for building my web applications and GlassFish 3.1 as application server.
The latter supports JAAS (declarative inside it...
Harassed asked 11/3, 2014 at 21:18
3
I'm currently working on a web application based on Java EE 7, PostgreSQL and the application server GlassFish 4.
I need to implement a form based authentication, and to secure some URL knowing tha...
Longinus asked 24/4, 2014 at 9:56
1
Solved
On Jetty's main project page compatibility with JASPI (JASPIC/JSR 196) is mentioned.
However, the distribution of Jetty 8 does not seem to contain any classes related to JASPI. There's a jetty-sec...
Aundreaaunson asked 8/1, 2013 at 22:1
5
Solved
I'm writing a java web application which need to perform login through a webservice. Of course, none of the realms supplied with the application server I'm using (glassfish v2) can do the trick. I ...
Chivalry asked 5/4, 2009 at 21:14
1
© 2022 - 2024 — McMap. All rights reserved.