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 ResourcesRestClient.getRestClient()
           
 RestClient RolesRestClient.getRestClient()
           
 RestClient SchemaRestClient.getRestClient()
           
 RestClient ConnectorsRestClient.getRestClient()
           
 RestClient TasksRestClient.getRestClient()
          Getter for restClient attribute.
 RestClient UsersRestClient.getRestClient()
           
 RestClient ConfigurationsRestClient.getRestClient()
          Getter for restClient attribute.
 

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



Copyright © 2010. All Rights Reserved.