Uses of Class
org.nuxeo.ecm.platform.oauth2.request.AuthorizationRequest
- 
Packages that use AuthorizationRequest Package Description org.nuxeo.ecm.platform.oauth2 org.nuxeo.ecm.platform.oauth2.request  - 
- 
Uses of AuthorizationRequest in org.nuxeo.ecm.platform.oauth2
Methods in org.nuxeo.ecm.platform.oauth2 with parameters of type AuthorizationRequest Modifier and Type Method Description protected StringNuxeoOAuth2Servlet. 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 StringNuxeoOAuth2Servlet. storeAuthorizationRequest(AuthorizationRequest authRequest) - 
Uses of AuthorizationRequest in org.nuxeo.ecm.platform.oauth2.request
Methods in org.nuxeo.ecm.platform.oauth2.request that return AuthorizationRequest Modifier and Type Method Description static AuthorizationRequestAuthorizationRequest. fromMap(Map<String,Serializable> map)static AuthorizationRequestAuthorizationRequest. fromRequest(javax.servlet.http.HttpServletRequest request)static AuthorizationRequestAuthorizationRequest. get(String key)Methods in org.nuxeo.ecm.platform.oauth2.request with parameters of type AuthorizationRequest Modifier and Type Method Description static voidAuthorizationRequest. store(String key, AuthorizationRequest authorizationRequest) 
 -