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

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

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



Copyright © 2010. All Rights Reserved.