public class AbstractOAuthClient extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
authUrl |
protected String |
clientId |
protected String |
codeUrl |
protected Map<String,String> |
credentials |
protected boolean |
isSecure |
protected boolean |
publicClient |
protected String |
refreshUrl |
protected String |
scope |
protected String |
stateCookieName |
protected String |
stateCookiePath |
Constructor and Description |
---|
AbstractOAuthClient() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthUrl() |
String |
getClientId() |
String |
getCodeUrl() |
Map<String,String> |
getCredentials() |
String |
getRefreshUrl() |
String |
getScope() |
protected String |
getStateCode() |
String |
getStateCookieName() |
String |
getStateCookiePath() |
boolean |
isPublicClient() |
void |
setAuthUrl(String authUrl) |
void |
setClientId(String clientId) |
void |
setCodeUrl(String codeUrl) |
void |
setCredentials(Map<String,String> credentials) |
void |
setPublicClient(boolean publicClient) |
void |
setRefreshUrl(String refreshUrl) |
void |
setScope(String scope) |
void |
setStateCookieName(String stateCookieName) |
void |
setStateCookiePath(String stateCookiePath) |
protected String |
stripOauthParametersFromRedirect(String uri) |
protected String clientId
protected String authUrl
protected String codeUrl
protected String refreshUrl
protected String scope
protected String stateCookieName
protected String stateCookiePath
protected boolean isSecure
protected boolean publicClient
protected String getStateCode()
public String getClientId()
public void setClientId(String clientId)
public String getAuthUrl()
public void setAuthUrl(String authUrl)
public String getCodeUrl()
public void setCodeUrl(String codeUrl)
public String getRefreshUrl()
public void setRefreshUrl(String refreshUrl)
public String getScope()
public void setScope(String scope)
public String getStateCookieName()
public void setStateCookieName(String stateCookieName)
public String getStateCookiePath()
public void setStateCookiePath(String stateCookiePath)
public boolean isPublicClient()
public void setPublicClient(boolean publicClient)
Copyright © 2014. All Rights Reserved.