Class ApplicationKeyBean
- java.lang.Object
-
- org.wso2.am.integration.test.utils.bean.ApplicationKeyBean
-
public class ApplicationKeyBean extends Object
Bean class to contain the Application key information.
-
-
Constructor Summary
Constructors Constructor Description ApplicationKeyBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccessToken()StringgetConsumerKey()StringgetConsumerSecret()voidsetAccessToken(String accessToken)voidsetConsumerKey(String consumerKey)voidsetConsumerSecret(String consumerSecret)
-
-
-
Method Detail
-
getAccessToken
public String getAccessToken()
-
setAccessToken
public void setAccessToken(String accessToken)
-
getConsumerKey
public String getConsumerKey()
-
setConsumerKey
public void setConsumerKey(String consumerKey)
-
getConsumerSecret
public String getConsumerSecret()
-
setConsumerSecret
public void setConsumerSecret(String consumerSecret)
-
-