Uses of Class
de.trustable.ca3s.core.web.rest.data.CertificateFilterList
-
Packages that use CertificateFilterList Package Description de.trustable.ca3s.core.web.rest.support -
-
Uses of CertificateFilterList in de.trustable.ca3s.core.web.rest.support
Methods in de.trustable.ca3s.core.web.rest.support that return types with arguments of type CertificateFilterList Modifier and Type Method Description org.springframework.http.ResponseEntity<CertificateFilterList>UIDatasetSupport. getFilterList(String name)GET userProperties/{name}: get user properties for the given name and the logged-in user.Methods in de.trustable.ca3s.core.web.rest.support with parameters of type CertificateFilterList Modifier and Type Method Description org.springframework.http.ResponseEntity<UserPreference>UIDatasetSupport. putUserProperties(String name, CertificateFilterList filterList)PUT userProperties/filterList/{name}: put the filter list settings for this user into his properties.
-