Interface ExecutableHandler

  • All Known Implementing Classes:
    PluggableAuthHandler

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

      • retrieveTokenFromExecutable

        java.lang.String retrieveTokenFromExecutable​(ExecutableHandler.ExecutableOptions options)
                                              throws java.io.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:
        java.io.IOException