public abstract class OAuth2Request extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
clientId |
protected String |
redirectURI |
| Constructor and Description |
|---|
OAuth2Request() |
OAuth2Request(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static String |
decodeParameter(javax.servlet.http.HttpServletRequest request,
String parameterName) |
String |
getClientId() |
String |
getRedirectURI() |
protected String redirectURI
public OAuth2Request()
public OAuth2Request(javax.servlet.http.HttpServletRequest request)
public static String decodeParameter(javax.servlet.http.HttpServletRequest request, String parameterName)
public String getRedirectURI()
public String getClientId()
Copyright © 2019 Nuxeo. All rights reserved.