Java Doc for WebAuthenticationService.java in » ERP-CRM-Financial » Kuali-Financial-System » edu » iu » uis » eden » web » Java Source Code / Java DocumentationJava Source Code and Java Documentation
getNetworkId(HttpServletRequest request) Determines who the authenticated user is by examining the given HttpServiceRequest.
Parameters: request - the HttpServletRequest which should contain user authentication information.
Determines who the authenticated user is by examining the given HttpServiceRequest.
Parameters: request - the HttpServletRequest which should contain user authentication information. the network id of the authenticated user, this id should corresond to a user withthat AuthenticationUserId in the UserService
Update the UserSession with any new information. This method is invoked on entry into every page in the system
after the UserSession has been established and can be used to set up initial or subsequent authentications
on the UserSession object with additional information from the request if necessary. It can also be used
to swap out implementations of the UserSession if the implementing application should deem it necessary.
the updated UserSession