Interface RequestTokenExtractor

All Known Implementing Classes:
TokenExtractorImpl

public interface RequestTokenExtractor
Simple command object that extracts a Token from a String
  • Method Summary

    Modifier and Type
    Method
    Description
    extract(String response)
    Extracts the request token from the contents of an Http Response
  • Method Details

    • extract

      Token extract(String response)
      Extracts the request token from the contents of an Http Response
      Parameters:
      response - the contents of the response
      Returns:
      OAuth access token