Hi,
I´m trying to use the forceLogoffUser(req, res, url) method and when I try to select this method from the class methods is not even displayed, does anyone knows why?
what can be wrong in my code?:
import com.sap.security.api.UMFactory;
import com.sap.security.api.IAuthentication;
public void onActionforceLogoffAction(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
{
IAuthentication ia = UMFactory.getAuthenticator();
ia.
}
Does somebody has an idea?
Thanx in Advanced!
kind Regards,
Gerardo J