Uses of Class
org.gcube.spatial.data.geonetwork.model.User.Profile
-
Packages that use User.Profile Package Description org.gcube.spatial.data.geonetwork org.gcube.spatial.data.geonetwork.extension org.gcube.spatial.data.geonetwork.model -
-
Uses of User.Profile in org.gcube.spatial.data.geonetwork
Methods in org.gcube.spatial.data.geonetwork with parameters of type User.Profile 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) -
Uses of User.Profile in org.gcube.spatial.data.geonetwork.extension
Methods in org.gcube.spatial.data.geonetwork.extension with parameters of type User.Profile Modifier and Type Method Description voidGNClientExtension. createUser(String name, String password, User.Profile profile, Collection<Integer> groups)static StringGNMetadataAdminExtension. createUser(it.geosolutions.geonetwork.util.HTTPUtils connection, ServerAccess access, String name, String password, User.Profile profile, Collection<Integer> groups) -
Uses of User.Profile in org.gcube.spatial.data.geonetwork.model
Methods in org.gcube.spatial.data.geonetwork.model that return User.Profile Modifier and Type Method Description static User.ProfileUser.Profile. valueOf(String name)Returns the enum constant of this type with the specified name.static User.Profile[]User.Profile. values()Returns an array containing the constants of this enum type, in the order they are declared.
-