Interface PrismaCloudService
-
- All Known Implementing Classes:
PrismaCloudServiceImpl
public interface PrismaCloudService
PrismaCloudService interface defines all the services which will called during scan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAccessToken(PrismaCloudConfiguration prismaCloudConfiguration)
String
getScanDetails(EnvVars envVars, PrismaCloudConfiguration prismaCloudConfiguration, FilePath filePath)
-
-
-
Method Detail
-
getAccessToken
String getAccessToken(PrismaCloudConfiguration prismaCloudConfiguration) throws IOException
- Throws:
IOException
-
getScanDetails
String getScanDetails(EnvVars envVars, PrismaCloudConfiguration prismaCloudConfiguration, FilePath filePath) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-