| |
|
| java.lang.Object edu.iu.uis.eden.clientapp.SimpleWebAuthenticationService
SimpleWebAuthenticationService | public class SimpleWebAuthenticationService implements WebAuthenticationService(Code) | | Class that extracts the networkid of the user from request using the request attribute
"_currentWorkflowUser". This class is used so that applications using embedded workflow
can easily tell the embedded workflow web layer which user is logged in when using the
UserLoginFilter in the application web app to construct the workflow session object.
The
UserLoginFilter constructs the
UserSession object used by workflow and
contacts the implemented
WebAuthenticationService to get the currently logged in
user.
This simple implementation could be replaced by another auth service that went against
an institution specific implementation.
author: rkirkend |
LOGGED_IN_USER_REQUEST_ATT_KEY | public static String LOGGED_IN_USER_REQUEST_ATT_KEY(Code) | | |
|
|
|