Uses of Class
org.nuxeo.ecm.platform.oauth2.request.AuthorizationRequest
-
Uses of AuthorizationRequest in org.nuxeo.ecm.platform.oauth2
Modifier and TypeMethodDescriptionprotected 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) -
Uses of AuthorizationRequest in org.nuxeo.ecm.platform.oauth2.request
Modifier and TypeMethodDescriptionstatic AuthorizationRequest
AuthorizationRequest.fromMap
(Map<String, Serializable> map) static AuthorizationRequest
AuthorizationRequest.fromRequest
(javax.servlet.http.HttpServletRequest request) static AuthorizationRequest
Modifier and TypeMethodDescriptionstatic void
AuthorizationRequest.store
(String key, AuthorizationRequest authorizationRequest)