Uses of Class
org.syncope.console.rest.RestClient

Packages that use RestClient
org.syncope.console.rest   
 

Uses of RestClient in org.syncope.console.rest
 

Fields in org.syncope.console.rest declared as RestClient
protected  RestClient SchemaRestClient.restClient
           
protected  RestClient UsersRestClient.restClient
           
 

Methods in org.syncope.console.rest that return RestClient
 RestClient RolesRestClient.getRestClient()
           
 RestClient SchemaRestClient.getRestClient()
           
 RestClient ConfigurationsRestClient.getRestClient()
          Getter for restClient attribute.
 RestClient ConnectorsRestClient.getRestClient()
           
 RestClient ResourcesRestClient.getRestClient()
           
 RestClient UsersRestClient.getRestClient()
           
 

Methods in org.syncope.console.rest with parameters of type RestClient
 void RolesRestClient.setRestClient(RestClient restClient)
           
 void SchemaRestClient.setRestClient(RestClient restClient)
           
 void ConfigurationsRestClient.setRestClient(RestClient restClient)
          Setter for restClient attribute.
 void ConnectorsRestClient.setRestClient(RestClient restClient)
           
 void ResourcesRestClient.setRestClient(RestClient restClient)
           
 void UsersRestClient.setRestClient(RestClient restClient)
           
 



Copyright © 2010. All Rights Reserved.