cancel
Showing results for 
Search instead for 
Did you mean: 

JAAS Login Module in EP ?

diegohs
Active Participant
0 Kudos

Hi everyone,

I need to do a JAAS proof-of-concept with SAP EP. I have reviewed the necesary steps, but I need some help with the java code.

Somebody has an example of this code ?

Thanks and regards from Mexico !!!

Diego

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Diego,

you can find a step by step tutorial on Login Modules development <a href="http://help.sap.com/saphelp_nw04/helpdata/en/46/3ce9402f3f8031e10000000a1550b0/frameset.htm">here</a>.

Hope that helps a bit.

diegohs
Active Participant
0 Kudos

Hi Ivaylo,

Thanks for the url. I have followed exactly and everything went fine until this step:

http://help.sap.com/saphelp_nw04/helpdata/en/a5/8bd240cfd7742ae10000000a155106/content.htm

The problem is that my jar file doesn't appear. I have checked and executed all the steps with no success.

Do you have any idea about this ?

Thanks a lot for your help !!!!

Regards from mexico,

Diego

diegohs
Active Participant
0 Kudos

Any idea ? 😃

Former Member
0 Kudos

Hi Diego,

I checked the steps for creating the library and it did not work with me either. The problem was that the tutorial says (at this step: http://help.sap.com/saphelp_nw04/helpdata/en/d8/22d240caeb752ae10000000a155106/frameset.htm) to export the login module class into a JAR file that is saved to an arbitrary directory on your PC. However, on the step where you add the JAR file to the library project, the Developer Studio searches for JAR files under the Dev. Studio's workspace - hence, it cannot find the JAR. The workaround is to export the login module to a JAR that resides under the workspace. And the Studio finds it that way.

Hope that helps!

diegohs
Active Participant
0 Kudos

Hi Ivaylo,

Thanks for your help !! 😃

Regards from Mexico,

Diego

Answers (0)