Interface RpcToken

All Superinterfaces:
Serializable
All Known Implementing Classes:
XsrfToken

public interface RpcToken extends Serializable
An interface for RPC token implementation objects included with each RPC call. RPC tokens can be used to implement XSRF protection for RPC calls.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static @interface 
    RemoteService interfaces specifying RpcToken implementation using this annotation will only have serializers for the specific class generated, as opposed to generating serializers for all RpcToken implementations.