public class ImplicitFlowParams extends Object implements HasProtectionAccessTokenParams
| Constructor and Description |
|---|
ImplicitFlowParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId() |
String |
getClientSecret() |
String |
getNonce() |
String |
getOxdId() |
String |
getProtectionAccessToken() |
String |
getRedirectUrl() |
String |
getScope() |
String |
getUserId() |
String |
getUserSecret() |
void |
setClientId(String p_clientId) |
void |
setClientSecret(String clientSecret) |
void |
setNonce(String nonce) |
void |
setOxdId(String oxdId) |
void |
setProtectionAccessToken(String protectionAccessToken) |
void |
setRedirectUrl(String p_redirectUrl) |
void |
setScope(String scope) |
void |
setUserId(String p_userId) |
void |
setUserSecret(String p_userSecret) |
String |
toString()
Returns string representation of object
|
public String getProtectionAccessToken()
getProtectionAccessToken in interface HasProtectionAccessTokenParamspublic void setProtectionAccessToken(String protectionAccessToken)
public String getClientSecret()
public void setClientSecret(String clientSecret)
public String getNonce()
public void setNonce(String nonce)
public String getScope()
public void setScope(String scope)
public String getRedirectUrl()
public void setRedirectUrl(String p_redirectUrl)
public String getClientId()
public void setClientId(String p_clientId)
public String getUserId()
public void setUserId(String p_userId)
public String getUserSecret()
public void setUserSecret(String p_userSecret)
public String getOxdId()
getOxdId in interface HasOxdIdParamspublic void setOxdId(String oxdId)
Copyright © 2018. All rights reserved.