cancel
Showing results for 
Search instead for 
Did you mean: 

Customize SAPJ2EEAuthenticator

Former Member
0 Kudos

Hello Experts,

Does anybody know how you can customize the class SAPJ2EEAuthenticator (this class is used in com.sap.security.core.ume.service) ?

I don't want to add the new customized class to the existing original jar file.

Ismail

Accepted Solutions (1)

Accepted Solutions (1)

thunder_feng
Active Participant
0 Kudos

Hello,

I have think there is a way to customize such class.

Could you please show what your intention is? and we can think whether there is any other workaround.

Former Member
0 Kudos

Hello,

My intention is to add 2 news custom fields to the changePassword jsp page, what is included in the login module project.

These 2 custom fields will need error handling and after clicking submit and everthing is ok, the values of the fileds need to be saved in UME.

As far as I know, the class SAPJ2EEAuthenticator will always be called after an action, such as submitting the form.

Thx

Ismail

thunder_feng
Active Participant
0 Kudos

Hi,

Sorry for the late reply....

In this case, I would like to suggest you develop your own logon application, and replace the standard UME logon application delivered with NetWeaver Java stack.

Thanks

Thunder

Answers (0)