Class ATRequest

  • All Implemented Interfaces:
    Request

    public class ATRequest
    extends BasicRequest

    Created by Jeff Gaynor
    on Apr 13, 2011 at 4:02:13 PM

    • Constructor Detail

      • ATRequest

        public ATRequest()
      • ATRequest

        public ATRequest​(DelegatedAssetRequest dar)
        Pending removal of OAuth 1 stuff, this is about the best we are going to do. Have to stick stuff inside classes and use facades to pass newer parameters...
        Parameters:
        dar -
    • Method Detail

      • getVerifier

        public Verifier getVerifier()
        Optional if supported. This should be set to null if it is not supported.
        Returns:
      • setVerifier

        public void setVerifier​(Verifier verifier)
      • setAuthorizationGrant

        public void setAuthorizationGrant​(AuthorizationGrant authorizationGrant)
      • isRfc8628

        public boolean isRfc8628()
      • setRfc8628

        public void setRfc8628​(boolean rfc8628)