Uses of Class
org.gcube.spatial.data.geonetwork.model.User
-
Packages that use User Package Description org.gcube.spatial.data.geonetwork org.gcube.spatial.data.geonetwork.extension org.gcube.spatial.data.geonetwork.utils -
-
Uses of User in org.gcube.spatial.data.geonetwork
Methods in org.gcube.spatial.data.geonetwork that return User Modifier and Type Method Description UserGeoNetwork. createUsers(String username, String password, User.Profile profile, Collection<Integer> groups)UserGeoNetworkAdministration. createUsers(String username, String password, User.Profile profile, Collection<Integer> groups)Methods in org.gcube.spatial.data.geonetwork that return types with arguments of type User Modifier and Type Method Description Set<User>GeoNetwork. getUsers()Set<User>GeoNetworkAdministration. getUsers() -
Uses of User in org.gcube.spatial.data.geonetwork.extension
Methods in org.gcube.spatial.data.geonetwork.extension that return types with arguments of type User Modifier and Type Method Description Set<User>GNClientExtension. getUsers()Methods in org.gcube.spatial.data.geonetwork.extension with parameters of type User Modifier and Type Method Description voidGNClientExtension. editUser(User toAdd, Collection<Integer> groups)static StringGNMetadataAdminExtension. editUser(it.geosolutions.geonetwork.util.HTTPUtils connection, ServerAccess access, User toAdd, Collection<Integer> groups) -
Uses of User in org.gcube.spatial.data.geonetwork.utils
Methods in org.gcube.spatial.data.geonetwork.utils that return User Modifier and Type Method Description static UserUserUtils. generateRandomUser(Set<User> existing, Integer nameLenght, Integer passwordLength)static UserUserUtils. getByName(Set<User> toLookInto, String toLookFor)Methods in org.gcube.spatial.data.geonetwork.utils that return types with arguments of type User Modifier and Type Method Description static Set<User>UserUtils. parseUserJSONResponse(String toParse)static Set<User>UserUtils. parseUserXMLResponse(String toParse)Method parameters in org.gcube.spatial.data.geonetwork.utils with type arguments of type User Modifier and Type Method Description static UserUserUtils. generateRandomUser(Set<User> existing, Integer nameLenght, Integer passwordLength)static UserUserUtils. getByName(Set<User> toLookInto, String toLookFor)
-