| Package | Description |
|---|---|
| com.checkmarx.sdk.service |
| Modifier and Type | Method and Description |
|---|---|
String |
CxAuthClient.getAuthToken(String username,
String password,
String clientId,
String clientSecret,
String scope)
Authenictate with Checkmarx and Creates a JWT/OIDC access token for Checkmarx REST based resource
|
String |
CxAuthClient.getSoapAuthToken(String username,
String password)
Authenictate with Checkmarx and Creates a JWT/OIDC for access token for Checkmarx SOAP based resource (9.0 onward)
|
String |
CxAuthService.legacyLogin(String username,
String password) |
String |
CxAuthClient.legacyLogin(String username,
String password)
Authenictate with Checkmarx and Creates a session to access Checkmarx Legacy SOAP based resource
|
Copyright © 2020. All rights reserved.