Class AppCustomAuthenticationConfiguration
java.lang.Object
com.smeup.kokos.sdk.configuration.AppCustomAuthenticationConfiguration
- Author:
- mattia.bonardi This class identify the authentication configuration of a specified environment (environment.yaml)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisBranch()booleanvoidsetBranch(boolean branch) voidsetButtons(List<AppAuthenticationButton> buttons) voidsetEnabled(boolean enabled) voidsetServiceName(String serviceName) voidsetServiceParams(String serviceParams)
-
Constructor Details
-
AppCustomAuthenticationConfiguration
public AppCustomAuthenticationConfiguration()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getServiceName
-
setServiceName
-
getServiceParams
-
setServiceParams
-
getButtons
-
setButtons
-
setBranch
public void setBranch(boolean branch) -
isBranch
public boolean isBranch()
-