Class AuthenticationService
- java.lang.Object
-
- org.jenkinsci.plugins.codesonar.services.AbstractService
-
- org.jenkinsci.plugins.codesonar.services.AuthenticationService
-
public class AuthenticationService extends AbstractService
-
-
Constructor Summary
Constructors Constructor Description AuthenticationService(HttpService httpService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
authenticate(URI baseHubUri)
void
authenticate(URI baseHubUri, String username, String password)
void
signOut(URI baseHubUri)
-
Methods inherited from class org.jenkinsci.plugins.codesonar.services.AbstractService
readResponseContent, readResponseContent
-
-
-
-
Constructor Detail
-
AuthenticationService
public AuthenticationService(HttpService httpService)
-
-
Method Detail
-
authenticate
public void authenticate(URI baseHubUri) throws CodeSonarPluginException
- Throws:
CodeSonarPluginException
-
authenticate
public void authenticate(URI baseHubUri, String username, String password) throws CodeSonarPluginException
- Throws:
CodeSonarPluginException
-
signOut
public void signOut(URI baseHubUri) throws CodeSonarPluginException
- Throws:
CodeSonarPluginException
-
-