Interface ExecutableHandler

All Known Implementing Classes:
PluggableAuthHandler

interface ExecutableHandler
An interface for 3rd party executable handling.
  • Method Details

    • retrieveTokenFromExecutable

      String retrieveTokenFromExecutable(ExecutableHandler.ExecutableOptions options) throws IOException
      Handles executing the 3rd party script and parsing the token from the response.
      Parameters:
      options - A set executable options for handling the executable.
      Returns:
      A 3rd party token.
      Throws:
      IOException