Uses of Class
org.sonar.wsclient.services.Authentication

Packages that use Authentication
org.sonar.wsclient.services   
org.sonar.wsclient.unmarshallers   
 

Uses of Authentication in org.sonar.wsclient.services
 

Methods in org.sonar.wsclient.services that return Authentication
 Authentication Authentication.setValid(boolean valid)
           
 

Methods in org.sonar.wsclient.services that return types with arguments of type Authentication
 Class<Authentication> AuthenticationQuery.getModelClass()
           
 

Uses of Authentication in org.sonar.wsclient.unmarshallers
 

Methods in org.sonar.wsclient.unmarshallers that return Authentication
 Authentication AuthenticationUnmarshaller.toModel(String json)
           
 

Methods in org.sonar.wsclient.unmarshallers that return types with arguments of type Authentication
 List<Authentication> AuthenticationUnmarshaller.toModels(String json)
           
 



Copyright © 2009-2013 SonarSource. All Rights Reserved.