类 TokenFilter

  • 所有已实现的接口:
    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 to invoke remote method.
    另请参阅:
    Filter