aboutsummaryrefslogtreecommitdiffstats
path: root/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/user/UserManagement.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Expose ?query parameter for find user. Output is now arrayØyvind Grønnesby2022-09-091-0/+3
* Revert "Revert "Expose method to find user and their tenants""Øyvind Grønnesby2022-09-051-0/+4
* Revert "Expose method to find user and their tenants"Henning Baldersheim2022-09-051-4/+0
* Expose method to find user and their tenantsØyvind Grønnesby2022-09-051-0/+4
* Move User from controller-api to jdisc-security-filtersBjørn Christian Seime2022-04-271-0/+1
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
* Create UserManagementMaintainerOla Aunrønning2021-09-021-0/+3
* verify tenant creation with roles from auth0 (#13594)Andreas Eriksen2020-06-161-0/+2
* Add/corect copyright headersJon Bratseth2020-01-031-0/+1
* Rename remove add methods to differentiate it to roles crud operationstoby2019-11-081-2/+2
* Add symetric removeRoles to user management apitoby2019-11-081-0/+3
* Add method and use this in already supported restapitoby2019-11-071-0/+3
* Actually add the nick/pic updatetoby2019-09-091-1/+1
* Revert "Return user object instead of user id from listUser in UserManagement...Jon Marius Venstad2019-09-061-1/+1
* Return user object instead of user id from listUser in UserManagement (#10455)Torbjørn Smørgrav2019-09-051-1/+1
* Remove RoleId and move serialisation etc to UserRolesJon Marius Venstad2019-04-081-9/+6
* Simplify UserManagementJon Marius Venstad2019-04-081-2/+2
* Do user management in CloudAccessControlJon Marius Venstad2019-04-051-1/+1
* Group -> RoleJon Marius Venstad2019-04-051-13/+13
* Add ID classes and interface for user managementJon Marius Venstad2019-04-041-0/+33