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 AuthRestClient.restClient
           
protected  RestClient UsersRestClient.restClient
           
 

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

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



Copyright © 2010. All Rights Reserved.