Uses of Class
org.nuxeo.ecm.platform.oauth2.request.AuthorizationRequest
Packages that use AuthorizationRequest
-
Uses of AuthorizationRequest in org.nuxeo.ecm.platform.oauth2
Methods in org.nuxeo.ecm.platform.oauth2 with parameters of type AuthorizationRequestModifier 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
Methods in org.nuxeo.ecm.platform.oauth2.request that return AuthorizationRequestModifier and TypeMethodDescriptionstatic AuthorizationRequest
AuthorizationRequest.fromMap
(Map<String, Serializable> map) static AuthorizationRequest
AuthorizationRequest.fromRequest
(javax.servlet.http.HttpServletRequest request) static AuthorizationRequest
Methods in org.nuxeo.ecm.platform.oauth2.request with parameters of type AuthorizationRequestModifier and TypeMethodDescriptionstatic void
AuthorizationRequest.store
(String key, AuthorizationRequest authorizationRequest)