Class GroupsResourceImpl

java.lang.Object
de.aservo.confapi.crowd.rest.GroupsResourceImpl
All Implemented Interfaces:
GroupsResource

@Path("groups") @Component public class GroupsResourceImpl extends Object implements GroupsResource
  • Constructor Details

    • GroupsResourceImpl

      @Inject public GroupsResourceImpl(GroupsService groupsService)
  • Method Details

    • getGroup

      public javax.ws.rs.core.Response getGroup(long directoryId, String groupName)
      Specified by:
      getGroup in interface GroupsResource
    • createGroup

      public javax.ws.rs.core.Response createGroup(long directoryId, de.aservo.confapi.commons.model.GroupBean groupBean)
      Specified by:
      createGroup in interface GroupsResource
    • updateGroup

      public javax.ws.rs.core.Response updateGroup(long directoryId, String groupName, de.aservo.confapi.commons.model.GroupBean groupBean)
      Specified by:
      updateGroup in interface GroupsResource
    • setGroups

      public javax.ws.rs.core.Response setGroups(long directoryId, GroupsBean groupBeans)
      Specified by:
      setGroups in interface GroupsResource