Uses of Enum Class
org.gcube.spatial.data.geonetwork.model.User.Profile
Packages that use User.Profile
Package
Description
-
Uses of User.Profile in org.gcube.spatial.data.geonetwork
Methods in org.gcube.spatial.data.geonetwork with parameters of type User.ProfileModifier 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) -
Uses of User.Profile in org.gcube.spatial.data.geonetwork.extension
Methods in org.gcube.spatial.data.geonetwork.extension with parameters of type User.ProfileModifier and TypeMethodDescriptionvoidGNClientExtension.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.ProfileModifier and TypeMethodDescriptionstatic User.ProfileReturns the enum constant of this class with the specified name.static User.Profile[]User.Profile.values()Returns an array containing the constants of this enum class, in the order they are declared.