Uses of Class
org.gcube.datatransfer.resolver.gis.GeonetworkAccessParameter.GeonetworkLoginLevel
-
Packages that use GeonetworkAccessParameter.GeonetworkLoginLevel Package Description org.gcube.datatransfer.resolver.gis -
-
Uses of GeonetworkAccessParameter.GeonetworkLoginLevel in org.gcube.datatransfer.resolver.gis
Methods in org.gcube.datatransfer.resolver.gis that return GeonetworkAccessParameter.GeonetworkLoginLevel Modifier and Type Method Description static GeonetworkAccessParameter.GeonetworkLoginLevelGeonetworkAccessParameter.GeonetworkLoginLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static GeonetworkAccessParameter.GeonetworkLoginLevel[]GeonetworkAccessParameter.GeonetworkLoginLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.datatransfer.resolver.gis with parameters of type GeonetworkAccessParameter.GeonetworkLoginLevel Modifier and Type Method Description GeonetworkInstanceGeonetworkAccessParameter. getGeonetworkInstance(boolean authenticate, GeonetworkAccessParameter.GeonetworkLoginLevel loginLevel, GeonetworkAccessParameter.AccountType accType)GeonetworkInstanceGeonetworkServiceInterface. getGeonetworkInstance(boolean authenticate, GeonetworkAccessParameter.GeonetworkLoginLevel loginLevel, GeonetworkAccessParameter.AccountType accType)Gets the geonetwork instance.static org.gcube.spatial.data.geonetwork.LoginLevelGeonetworkAccessParameter. toLoginLevel(GeonetworkAccessParameter.GeonetworkLoginLevel loginLevel)To login level.
-