Package net.sf.jportlet.service.login

Examples of net.sf.jportlet.service.login.LoginService.logout()


                           PortletRequest request )
        throws PortletException
    {
        PortletContext context = event.getPortlet(  ).getPortletConfig(  ).getPortletContext(  );
        LoginService   service = ( LoginService ) context.getService( LoginService.NAME );
        service.logout( request );

        event.setReturnCode( "logout" );
        notifyDataChanged( event );
    }
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.