Class CachedCrowdClient
- java.lang.Object
-
- pl.allegro.tech.hermes.management.infrastructure.crowd.CachedCrowdClient
-
- All Implemented Interfaces:
CrowdClient
public class CachedCrowdClient extends java.lang.Object implements CrowdClient
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface pl.allegro.tech.hermes.management.infrastructure.crowd.CrowdClient
CrowdClient.CouldNotLoadCrowdGroupsException
-
-
Constructor Summary
Constructors Constructor Description CachedCrowdClient(CrowdClient crowdClient, 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)
-
-
-
Constructor Detail
-
CachedCrowdClient
public CachedCrowdClient(CrowdClient crowdClient, CrowdProperties crowdProperties)
-
-
Method Detail
-
getGroups
public java.util.List<java.lang.String> getGroups(java.lang.String searchString)
- Specified by:
getGroupsin interfaceCrowdClient
-
-