Class AppCustomAuthentication

java.lang.Object
com.smeup.kokos.sdk.model.AppCustomAuthentication

public class AppCustomAuthentication extends Object
Author:
mattia.bonardi This class identify the custom authentication configuration of a specified environment
  • Constructor Details

    • AppCustomAuthentication

      public AppCustomAuthentication()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getServiceName

      public String getServiceName()
    • setServiceName

      public void setServiceName(String serviceName)
    • getServiceParams

      public String getServiceParams()
    • setServiceParams

      public void setServiceParams(String serviceParams)
    • getButtons

      public List<AppAuthenticationButton> getButtons()
    • setButtons

      public void setButtons(List<AppAuthenticationButton> buttons)