List of usage examples for com.google.gwt.user.server.rpc XsrfProtectedServiceServlet subclass-usage
From source file net.webpasswordsafe.server.service.helper.WPSXsrfProtectedServiceServlet.java
/**
* Override method from RemoteServiceServlet
*
* @author Josh Drummond
*
*/
From source file net.webpasswordsafe.server.service.LoginServiceImpl.java
/**
* Implementation of Login Service
*
* @author Josh Drummond
*
*/
From source file net.webpasswordsafe.server.service.PasswordServiceImpl.java
/**
* Implementation of Password Service
*
* @author Josh Drummond
*
*/
From source file net.webpasswordsafe.server.service.UserServiceImpl.java
/**
* Implementation of User Service
*
* @author Josh Drummond
*
*/
From source file org.jboss.mjolnir.server.LoginServiceImpl.java
/** * @author: navssurtani * @since: 0.1 */ public class LoginServiceImpl extends XsrfProtectedServiceServlet implements LoginService {