com.sapportals.portal.prt.connection

Interface IAuthenticatorListener


public interface IAuthenticatorListener


Method Summary
 void login(HttpServletRequest req, Object user)
          Notification callback for a login event.
 void logout(HttpServletRequest req, Object user)
          Notification callback for a logout event.
 

Method Detail

login

void login(HttpServletRequest req,
           Object user)
Notification callback for a login event.

Parameters:
req - the current http request
user - the user object logging in. This object is of type com.sap.security.api.IUser

logout

void logout(HttpServletRequest req,
            Object user)
Notification callback for a logout event.

Parameters:
req - the current http request
user - the user object logging in. This object is of type com.sap.security.api.IUser
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-BASIS-API [sap.com] tc/epbc/prt/lib/api api EP-PIN
[sap.com] EP-BASIS-API [sap.com] tc/epbc/prt/api api EP-PIN


Copyright 2011 SAP AG Complete Copyright Notice