Class AuthenticationService
java.lang.Object
org.jenkinsci.plugins.codesonar.services.AbstractService
org.jenkinsci.plugins.codesonar.services.AuthenticationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
authenticate
(URI baseHubUri) void
authenticate
(URI baseHubUri, String username, String password) void
Methods inherited from class org.jenkinsci.plugins.codesonar.services.AbstractService
readResponseContent, readResponseContent
-
Constructor Details
-
AuthenticationService
-
-
Method Details
-
authenticate
- Throws:
CodeSonarPluginException
-
authenticate
public void authenticate(URI baseHubUri, String username, String password) throws CodeSonarPluginException - Throws:
CodeSonarPluginException
-
signOut
- Throws:
CodeSonarPluginException
-