Class Oast


  • public class Oast
    extends java.lang.Object
    This file was automatically generated.
    • Constructor Detail

    • Method Detail

      • getActiveScanService

        public ApiResponse getActiveScanService()
                                         throws ClientApiException
        Gets the service used with the active scanner, if any.

        This component is optional and therefore the API will only work if it is installed

        Throws:
        ClientApiException
      • getDaysToKeepRecords

        public ApiResponse getDaysToKeepRecords()
                                         throws ClientApiException
        Gets the number of days the OAST records will be kept for.

        This component is optional and therefore the API will only work if it is installed

        Throws:
        ClientApiException
      • setActiveScanService

        public ApiResponse setActiveScanService​(java.lang.String name)
                                         throws ClientApiException
        Sets the service used with the active scanner.

        This component is optional and therefore the API will only work if it is installed

        Throws:
        ClientApiException
      • setBoastOptions

        public ApiResponse setBoastOptions​(java.lang.String server,
                                           java.lang.String pollinsecs)
                                    throws ClientApiException
        Sets the BOAST options.

        This component is optional and therefore the API will only work if it is installed

        Throws:
        ClientApiException
      • setCallbackOptions

        public ApiResponse setCallbackOptions​(java.lang.String localaddress,
                                              java.lang.String remoteaddress,
                                              java.lang.String port)
                                       throws ClientApiException
        Sets the Callback options.

        This component is optional and therefore the API will only work if it is installed

        Throws:
        ClientApiException
      • setInteractshOptions

        public ApiResponse setInteractshOptions​(java.lang.String server,
                                                java.lang.String pollinsecs,
                                                java.lang.String authtoken)
                                         throws ClientApiException
        Sets the Interactsh options.

        This component is optional and therefore the API will only work if it is installed

        Throws:
        ClientApiException
      • setDaysToKeepRecords

        public ApiResponse setDaysToKeepRecords​(java.lang.String days)
                                         throws ClientApiException
        Sets the number of days the OAST records will be kept for.

        This component is optional and therefore the API will only work if it is installed

        Throws:
        ClientApiException