Hello,
I want to create a JAAS login module for glassfishV3.
I created 2 classes which extends:
com.sun.appserv.security.AppservPasswordLoginModule
and
com.sun.appserv.security.AppservRealm
What are the dependencies to add into my pom to be able to compile the
project ?
I used
<dependency>
<groupId>glassfish</groupId>
<artifactId>appserv-rt.jar</artifactId>
<version>LATEST</version>
<scope>system</scope>
<systemPath>D:\atelier\java\outils\glassfish3\glassfish\lib\appserv-rt.jar</systemPath>
</dependency>
But my IDE (NetBeans) only recognise this classes at compile time...
--
BUQUET Fabrice