This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git.


    from 8242f07  Improving V2 REST services
     new f246950  Additional updates for REST V2
     new bcdc1f2  Changing return to void for delete action
     new 1609b4e  Updating and testing lock methods V2 REST user service
     new 2c0876f  Update and test password flag methods for V2 REST user service
     new d9fe4b0  Changing user REST interface V2
     new aae69ef  Adding me services for REST V2

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/archiva/redback/rest/api/Constants.java |  15 +-
 .../api/model/{ => v2}/AvailabilityStatus.java     |  29 +-
 .../rest/api/model/{ => v2}/PasswordStatus.java    |  11 +-
 .../rest/api/model/{ => v2}/RegistrationKey.java   |  18 +-
 .../archiva/redback/rest/api/model/v2/User.java    |  13 +-
 .../rest/api/services/RoleManagementService.java   |   2 +-
 .../redback/rest/api/services/UserService.java     |   1 -
 .../redback/rest/api/services/v2/GroupService.java |   2 +-
 .../api/services/v2/RoleManagementService.java     |   2 +-
 .../redback/rest/api/services/v2/UserService.java  | 165 ++++--
 .../services/DefaultRoleManagementService.java     |   2 +-
 .../interceptors/BearerAuthInterceptor.java        |   2 +
 .../services/v2/DefaultAuthenticationService.java  |   4 +-
 .../rest/services/v2/DefaultGroupService.java      |   4 +-
 .../rest/services/v2/DefaultUserService.java       | 359 ++++++++------
 .../rest/services/RoleManagementServiceTest.java   |   2 +
 .../rest/services/v2/NativeGroupServiceTest.java   |   1 -
 .../rest/services/v2/NativeUserServiceTest.java    | 552 +++++++++++++++++++--
 .../redback/rest/services/v2/UserServiceTest.java  |  26 +-
 19 files changed, 931 insertions(+), 279 deletions(-)
 rename 
redback-integrations/redback-rest/redback-rest-api/src/main/java/org/apache/archiva/redback/rest/api/model/{
 => v2}/AvailabilityStatus.java (60%)
 rename 
redback-integrations/redback-rest/redback-rest-api/src/main/java/org/apache/archiva/redback/rest/api/model/{
 => v2}/PasswordStatus.java (83%)
 copy 
redback-integrations/redback-rest/redback-rest-api/src/main/java/org/apache/archiva/redback/rest/api/model/{
 => v2}/RegistrationKey.java (71%)

Reply via email to