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 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 AuthorizationRequestModifier and TypeMethodDescriptionstatic AuthorizationRequestAuthorizationRequest.fromMap(Map<String, Serializable> map) static AuthorizationRequestAuthorizationRequest.fromRequest(jakarta.servlet.http.HttpServletRequest request) static AuthorizationRequestMethods in org.nuxeo.ecm.platform.oauth2.request with parameters of type AuthorizationRequestModifier and TypeMethodDescriptionstatic voidAuthorizationRequest.store(String key, AuthorizationRequest authorizationRequest)