Class TokenRequest
java.lang.Object
org.nuxeo.ecm.platform.oauth2.request.OAuth2Request
org.nuxeo.ecm.platform.oauth2.request.TokenRequest
- Since:
- 5.9.2
- Author:
- Arnaud Kervern
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected static final String
protected String
protected String
protected String
protected String
protected String
Fields inherited from class org.nuxeo.ecm.platform.oauth2.request.OAuth2Request
clientId, redirectURI
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkAuthorization
(javax.servlet.http.HttpServletRequest request) getCode()
Methods inherited from class org.nuxeo.ecm.platform.oauth2.request.OAuth2Request
decodeParameter, getClientId, getRedirectURI
-
Field Details
-
BASIC_AUTHENTICATION_HEADER_PREFIX
- See Also:
-
grantType
-
code
-
clientSecret
-
refreshToken
-
codeVerifier
-
assertion
-
-
Constructor Details
-
TokenRequest
public TokenRequest(javax.servlet.http.HttpServletRequest request)
-
-
Method Details
-
checkAuthorization
protected void checkAuthorization(javax.servlet.http.HttpServletRequest request) -
getGrantType
-
getCode
-
getClientSecret
-
getRefreshToken
-
getCodeVerifier
-
getAssertion
- Since:
- 11.1
-