Uses of Class
org.gcube.spatial.data.geonetwork.model.User
Packages that use User
Package
Description
-
Uses of User in org.gcube.spatial.data.geonetwork
Methods in org.gcube.spatial.data.geonetwork that return UserModifier and TypeMethodDescriptionGeoNetwork.createUsers(String username, String password, User.Profile profile, Collection<Integer> groups) GeoNetworkAdministration.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 -
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 UserMethods in org.gcube.spatial.data.geonetwork.extension with parameters of type UserModifier and TypeMethodDescriptionvoidGNClientExtension.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 UserModifier and TypeMethodDescriptionstatic UserUserUtils.generateRandomUser(Set<User> existing, Integer nameLenght, Integer passwordLength) static UserMethods in org.gcube.spatial.data.geonetwork.utils that return types with arguments of type UserModifier and TypeMethodDescriptionUserUtils.parseUserJSONResponse(String toParse) UserUtils.parseUserXMLResponse(String toParse) Method parameters in org.gcube.spatial.data.geonetwork.utils with type arguments of type User