Uses of Class
org.apache.archiva.redback.rest.api.model.v2.SelfUserData
-
Packages that use SelfUserData Package Description org.apache.archiva.redback.rest.api.services.v2 This is the V2 REST API of Redback.org.apache.archiva.redback.rest.services.v2 -
-
Uses of SelfUserData in org.apache.archiva.redback.rest.api.services.v2
Methods in org.apache.archiva.redback.rest.api.services.v2 with parameters of type SelfUserData Modifier and Type Method Description UserInfoUserService. updateMe(SelfUserData user)Update only the current logged in user and this fields: fullname, email, password. -
Uses of SelfUserData in org.apache.archiva.redback.rest.services.v2
Methods in org.apache.archiva.redback.rest.services.v2 with parameters of type SelfUserData Modifier and Type Method Description UserInfoDefaultUserService. updateMe(SelfUserData user)
-