Class RestCrowdClient

  • All Implemented Interfaces:
    CrowdClient

    public class RestCrowdClient
    extends java.lang.Object
    implements CrowdClient
    • Constructor Summary

      Constructors 
      Constructor Description
      RestCrowdClient​(org.springframework.web.client.RestTemplate restTemplate, CrowdProperties crowdProperties)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getGroups​(java.lang.String searchString)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RestCrowdClient

        public RestCrowdClient​(org.springframework.web.client.RestTemplate restTemplate,
                               CrowdProperties crowdProperties)
    • Method Detail

      • getGroups

        public java.util.List<java.lang.String> getGroups​(java.lang.String searchString)
        Specified by:
        getGroups in interface CrowdClient