public class OAuth2NormalizedRequest extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
OAuth2NormalizedRequest(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken() |
String |
getAuthorizationCode() |
String |
getClientId() |
String |
getClientSecret() |
OAuth2Types.GrantType |
getEnumeratedGrantType() |
OAuth2Types.ResponseType |
getEnumeratedResponseType() |
String |
getGrantType() |
javax.servlet.http.HttpServletRequest |
getHttpServletRequest() |
String |
getRedirectURI() |
String |
getResponseType() |
String |
getScope() |
String |
getState() |
String |
getString(String key) |
void |
setHttpServletRequest(javax.servlet.http.HttpServletRequest httpReq) |
String |
toString() |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCodepublic OAuth2NormalizedRequest(javax.servlet.http.HttpServletRequest request)
throws OAuth2Exception
OAuth2Exceptionpublic String getClientId()
public String getClientSecret()
public String getResponseType()
public String getGrantType()
public String getRedirectURI()
public String getAccessToken()
public String getAuthorizationCode()
public String getState()
public String getScope()
public OAuth2Types.ResponseType getEnumeratedResponseType() throws OAuth2Exception
OAuth2Exceptionpublic OAuth2Types.GrantType getEnumeratedGrantType()
public String toString()
toString in class AbstractMap<String,Object>public void setHttpServletRequest(javax.servlet.http.HttpServletRequest httpReq)
public javax.servlet.http.HttpServletRequest getHttpServletRequest()
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.