org.syncope.console.rest
Class EntitlementRestClient

java.lang.Object
  extended by org.syncope.console.rest.AbstractBaseRestClient
      extended by org.syncope.console.rest.EntitlementRestClient

@Component
public class EntitlementRestClient
extends AbstractBaseRestClient

Console client for invoking Rest Resources services.


Field Summary
 
Fields inherited from class org.syncope.console.rest.AbstractBaseRestClient
baseURL, LOG, restTemplate
 
Constructor Summary
EntitlementRestClient()
           
 
Method Summary
 List<String> getAllEntitlements()
          Get all Entitlements.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntitlementRestClient

public EntitlementRestClient()
Method Detail

getAllEntitlements

public List<String> getAllEntitlements()
Get all Entitlements.

Returns:
List


Copyright © 2011. All Rights Reserved.