Class AuthorizationRequest

java.lang.Object
org.nuxeo.ecm.platform.oauth2.request.OAuth2Request
org.nuxeo.ecm.platform.oauth2.request.AuthorizationRequest

public class AuthorizationRequest extends OAuth2Request
Since:
5.9.2
Author:
Arnaud Kervern
  • Field Details

    • MISSING_REQUIRED_FIELD_MESSAGE

      public static final String MISSING_REQUIRED_FIELD_MESSAGE
      See Also:
    • STORE_NAME

      public static final String STORE_NAME
      See Also:
    • responseType

      protected String responseType
    • scope

      protected String scope
    • creationDate

      protected Date creationDate
    • authorizationCode

      protected String authorizationCode
    • username

      protected String username
    • codeChallenge

      protected String codeChallenge
    • codeChallengeMethod

      protected String codeChallengeMethod
  • Constructor Details

    • AuthorizationRequest

      protected AuthorizationRequest(javax.servlet.http.HttpServletRequest request)
    • AuthorizationRequest

      protected AuthorizationRequest(Map<String,Serializable> map)
  • Method Details