Class GatewayAuthentication

java.lang.Object
com.ebasetech.xi.services.auth.GatewayAuthentication
All Implemented Interfaces:
Authentication

public class GatewayAuthentication
extends java.lang.Object
implements Authentication
  • Constructor Details

    • GatewayAuthentication

      public GatewayAuthentication​(java.lang.String gatewayId)
  • Method Details

    • getGatewayId

      public java.lang.String getGatewayId()
    • getType

      public int getType()
      Description copied from interface: Authentication
      Returns the Authentication type ID
      Specified by:
      getType in interface Authentication