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