Uses of Class
com.zeevbelkin.web.filter.access.Yaaf.SessionSecurityInfo

Packages that use Yaaf.SessionSecurityInfo
com.zeevbelkin.web.filter.access   
 

Uses of Yaaf.SessionSecurityInfo in com.zeevbelkin.web.filter.access
 

Methods in com.zeevbelkin.web.filter.access that return Yaaf.SessionSecurityInfo
 Yaaf.SessionSecurityInfo Yaaf.getSSI(javax.servlet.http.HttpSession ses)
          returns SessionSecurityInfo session bean.
 

Methods in com.zeevbelkin.web.filter.access with parameters of type Yaaf.SessionSecurityInfo
protected abstract  java.util.Map AjaxLoginPeer.assignCredentials(java.util.Map attributes, Yaaf.SessionSecurityInfo ssi, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Checks the user authentication info and assigns credentials in case of success.
abstract  void SavedLoginHandler.assignCredentials(java.lang.String saved_login, Yaaf.SessionSecurityInfo ssi)
          This method tries to find a user credentials using the stored login info, and, in case of success assigns the user credentials.