Package org.jmanage.core.services

Examples of org.jmanage.core.services.AuthService.logout()


                                 ActionForm actionForm,
                                 HttpServletRequest request,
                                 HttpServletResponse response)
            throws Exception {
        AuthService authService = ServiceFactory.getAuthService();
        authService.logout(Utils.getServiceContext(context), context.getUser());
        context.removeUser();
        return mapping.findForward(Forwards.SUCCESS);
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.