Class SamplePushUserAuth

java.lang.Object
com.netflix.zuul.sample.push.SamplePushUserAuth
All Implemented Interfaces:
com.netflix.zuul.netty.server.push.PushUserAuth

public class SamplePushUserAuth extends Object implements com.netflix.zuul.netty.server.push.PushUserAuth
Author: Susheel Aroskar Date: 5/16/18
  • Constructor Details

    • SamplePushUserAuth

      public SamplePushUserAuth(String customerId)
    • SamplePushUserAuth

      public SamplePushUserAuth(int statusCode)
  • Method Details

    • isSuccess

      public boolean isSuccess()
      Specified by:
      isSuccess in interface com.netflix.zuul.netty.server.push.PushUserAuth
    • statusCode

      public int statusCode()
      Specified by:
      statusCode in interface com.netflix.zuul.netty.server.push.PushUserAuth
    • getClientIdentity

      public String getClientIdentity()
      Specified by:
      getClientIdentity in interface com.netflix.zuul.netty.server.push.PushUserAuth