| Package | Description |
|---|---|
| org.nuxeo.ecm.platform.oauth2 | |
| org.nuxeo.ecm.platform.oauth2.request |
| Modifier and Type | Method and Description |
|---|---|
protected String |
NuxeoOAuth2Servlet.getRedirectURI(AuthorizationRequest authRequest)
Returns the redirect URI included in the given authorization request or fall back on the first one registered for
the related client.
|
protected String |
NuxeoOAuth2Servlet.storeAuthorizationRequest(AuthorizationRequest authRequest) |
| Modifier and Type | Method and Description |
|---|---|
static AuthorizationRequest |
AuthorizationRequest.fromMap(Map<String,Serializable> map) |
static AuthorizationRequest |
AuthorizationRequest.fromRequest(javax.servlet.http.HttpServletRequest request) |
static AuthorizationRequest |
AuthorizationRequest.get(String key) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AuthorizationRequest.store(String key,
AuthorizationRequest authorizationRequest) |
Copyright © 2019 Nuxeo. All rights reserved.