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 Details

    • ApplicationKeyBean

      public ApplicationKeyBean()
  • Method Details

    • 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)