Example usage for com.google.gwt.user.client.rpc XsrfTokenService interface-usage

List of usage examples for com.google.gwt.user.client.rpc XsrfTokenService interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client.rpc XsrfTokenService interface-usage.

Usage

From source file de.itsvs.cwtrpc.controller.token.DefaultXsrfTokenService.java

/**
 * @author Volker Schmidt
 * @since 0.9
 */
public class DefaultXsrfTokenService implements XsrfTokenService, RpcTokenValidator, RpcTokenGenerator {
    private final Log log = LogFactory.getLog(DefaultXsrfTokenService.class);