Package org.ehrbase.rest.admin
Class AdminApiConfiguration
java.lang.Object
org.ehrbase.rest.admin.AdminApiConfiguration
@Component
@ConfigurationProperties(prefix="admin-api")
public class AdminApiConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetActive(boolean active) voidsetAllowDeleteAll(boolean allowDeleteAll)
-
Constructor Details
-
AdminApiConfiguration
public AdminApiConfiguration()
-
-
Method Details
-
getActive
public boolean getActive() -
setActive
public void setActive(boolean active) -
getAllowDeleteAll
public boolean getAllowDeleteAll() -
setAllowDeleteAll
public void setAllowDeleteAll(boolean allowDeleteAll)
-