Uses of Class
com.vaadin.appsec.backend.model.AppSecData
Packages that use AppSecData
-
Uses of AppSecData in com.vaadin.appsec.backend
Methods in com.vaadin.appsec.backend that return AppSecDataModifier and TypeMethodDescriptionAppSecService.getData()Gets the data object, reading it from the file-system if the file exists.AppSecService.refresh()Re-reads data from disk.Methods in com.vaadin.appsec.backend with parameters of type AppSecDataModifier and TypeMethodDescriptionvoidAppSecService.setData(AppSecData data) Sets the data object, writing it to the file-system.