public class OAuth2Representation extends Object
Constructor and Description |
---|
OAuth2Representation(OAuth2RequestFactory requestFactory) |
Modifier and Type | Method and Description |
---|---|
org.restlet.representation.Representation |
getRepresentation(org.restlet.Context context,
OAuth2Request request,
String templateName,
Map<String,Object> dataModel)
Gets the appropriate representation to send to the user agent based from the specified parameters.
|
@Inject public OAuth2Representation(OAuth2RequestFactory requestFactory)
public org.restlet.representation.Representation getRepresentation(org.restlet.Context context, OAuth2Request request, String templateName, Map<String,Object> dataModel)
context
- The Restlet context.templateName
- The name of the template to display.dataModel
- The data model to display on the page.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.