@Component public class AllowedServices extends Object implements thredds.server.catalog.AllowedServicesIF
| Constructor and Description |
|---|
AllowedServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
addGlobalServices(List<thredds.client.catalog.Service> services) |
void |
clearGlobalServices() |
thredds.client.catalog.Service |
findGlobalService(String name) |
void |
finish() |
List<String> |
getDisallowedServices(List<thredds.client.catalog.Service> services)
Checks if a list of services are allowed.
|
Collection<thredds.client.catalog.Service> |
getGlobalServices() |
thredds.client.catalog.Service |
getStandardCollectionServices(ucar.nc2.constants.FeatureType featType) |
thredds.client.catalog.Service |
getStandardService(StandardService type) |
thredds.client.catalog.Service |
getStandardServices(ucar.nc2.constants.FeatureType featType) |
thredds.client.catalog.Service |
getStandardServices(String featTypeName) |
boolean |
isAllowed(StandardService type) |
boolean |
isAThreddsDataset(String filename) |
void |
makeDebugActions() |
void |
setAllow(Map<String,Boolean> map) |
void |
setAllowService(StandardService service,
Boolean allow) |
void |
setGridServices(List<String> list) |
void |
setIsAThreddsDataset(List<String> list) |
void |
setIsNotAThreddsDataset(List<String> list) |
void |
setPointCollectionServices(List<String> list) |
void |
setPointServices(List<String> list) |
void |
setRadialServices(List<String> list) |
public void setAllowService(StandardService service, Boolean allow)
public void finish()
public thredds.client.catalog.Service getStandardServices(String featTypeName)
public thredds.client.catalog.Service getStandardServices(ucar.nc2.constants.FeatureType featType)
getStandardServices in interface thredds.server.catalog.AllowedServicesIFpublic thredds.client.catalog.Service getStandardCollectionServices(ucar.nc2.constants.FeatureType featType)
public boolean isAllowed(StandardService type)
@Nullable public thredds.client.catalog.Service getStandardService(StandardService type)
public void clearGlobalServices()
public void addGlobalServices(List<thredds.client.catalog.Service> services)
public thredds.client.catalog.Service findGlobalService(String name)
public Collection<thredds.client.catalog.Service> getGlobalServices()
public List<String> getDisallowedServices(List<thredds.client.catalog.Service> services)
services - check this list of servicespublic void makeDebugActions()
public boolean isAThreddsDataset(String filename)
isAThreddsDataset in interface thredds.server.catalog.AllowedServicesIF