@Singleton public class OAuth2RequestFactory extends Object
Constructor and Description |
---|
OAuth2RequestFactory(JacksonRepresentationFactory jacksonRepresentationFactory,
ClientRegistrationStore clientRegistrationStore)
Guice injection constructor.
|
Modifier and Type | Method and Description |
---|---|
OAuth2Request |
create(org.restlet.Request request)
Creates a new OAuth2Request for the underlying HTTP request.
|
@Inject public OAuth2RequestFactory(JacksonRepresentationFactory jacksonRepresentationFactory, ClientRegistrationStore clientRegistrationStore)
jacksonRepresentationFactory
- The factory for JacksonRepresentation
instances.clientRegistrationStore
- The OAuth2 providers store for all client registrations.public OAuth2Request create(org.restlet.Request request)
request
- The underlying request.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.