Class TokenFilter

java.lang.Object
org.apache.dubbo.rpc.filter.TokenFilter
All Implemented Interfaces:
BaseFilter, Filter

@Activate(group="provider", value="token") public class TokenFilter extends Object implements Filter
Perform check whether given provider token is matching with remote token or not. If it does not match it will not allow invoking remote method.
See Also:
  • Constructor Details

    • TokenFilter

      public TokenFilter()
  • Method Details