Class OAuthSdkVO

    • Constructor Detail

      • OAuthSdkVO

        public OAuthSdkVO()
    • Method Detail

      • getAccessTokenURL

        public String getAccessTokenURL()
      • setAccessTokenURL

        public void setAccessTokenURL​(String accessTokenURL)
      • getCode

        public String getCode()
      • setCode

        public void setCode​(String code)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getRequestMethod

        public String getRequestMethod()
      • setRequestMethod

        public void setRequestMethod​(String requestMethod)
      • getSignatureMethod

        public String getSignatureMethod()
      • setSignatureMethod

        public void setSignatureMethod​(String signatureMethod)
      • getConsumerKey

        public String getConsumerKey()
      • setConsumerKey

        public void setConsumerKey​(String consumerKey)
      • getConsumerSecret

        public String getConsumerSecret()
      • setConsumerSecret

        public void setConsumerSecret​(String consumerSecret)
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getRequestTokenURL

        public String getRequestTokenURL()
      • setRequestTokenURL

        public void setRequestTokenURL​(String requestTokenURL)
      • getUserAuthorizationURL

        public String getUserAuthorizationURL()
      • setUserAuthorizationURL

        public void setUserAuthorizationURL​(String userAuthorizationURL)
      • getToken

        public String getToken()
      • setToken

        public void setToken​(String token)
      • getTokenAccess

        public String getTokenAccess()
      • setTokenAccess

        public void setTokenAccess​(String tokenAccess)
      • getTokenSecret

        public String getTokenSecret()
      • setTokenSecret

        public void setTokenSecret​(String tokenSecret)
      • getTenantId

        public Long getTenantId()
      • setTenantId

        public void setTenantId​(Long tenantId)
      • getAuthorizationURL

        public String getAuthorizationURL()
      • setAuthorizationURL

        public void setAuthorizationURL​(String authorizationURL)
      • getCreationDate

        public Date getCreationDate()
      • setCreationDate

        public void setCreationDate​(Date creationDate)
      • getExpirationDate

        public Date getExpirationDate()
      • setExpirationDate

        public void setExpirationDate​(Date expirationDate)
      • getClientData

        public String getClientData()
      • setClientData

        public void setClientData​(String clientData)
      • getProviderName

        public String getProviderName()
      • setProviderName

        public void setProviderName​(String providerName)
      • getCallbackUrl

        public String getCallbackUrl()
      • setCallbackUrl

        public void setCallbackUrl​(String callbackUrl)
      • getGrantType

        public String getGrantType()
      • setGrantType

        public void setGrantType​(String grantType)
      • getClientId

        public String getClientId()
      • setClientId

        public void setClientId​(String clientId)
      • getRedirectUri

        public String getRedirectUri()
      • setRedirectUri

        public void setRedirectUri​(String redirectUri)
      • getUsername

        public String getUsername()
      • setUsername

        public void setUsername​(String username)
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)
      • getAuthenticationType

        public String getAuthenticationType()
      • setAuthenticationType

        public void setAuthenticationType​(String authenticationType)
      • getServiceTestUrl

        public String getServiceTestUrl()
      • setServiceTestUrl

        public void setServiceTestUrl​(String serviceTestUrl)
      • getServiceUrl

        public String getServiceUrl()
      • setServiceUrl

        public void setServiceUrl​(String serviceUrl)
      • getDomain

        public String getDomain()
      • setDomain

        public void setDomain​(String domain)
      • getClientSecret

        public String getClientSecret()
      • setClientSecret

        public void setClientSecret​(String clientSecret)
      • getRefreshToken

        public String getRefreshToken()
      • setRefreshToken

        public void setRefreshToken​(String refreshToken)
      • getMethod

        public String getMethod()
      • setMethod

        public void setMethod​(String method)
      • getStrParams

        public String getStrParams()
      • setStrParams

        public void setStrParams​(String strParams)
      • getScope

        public String getScope()
      • setScope

        public void setScope​(String scope)
      • getPasswordConfirmation

        public String getPasswordConfirmation()
      • setPasswordConfirmation

        public void setPasswordConfirmation​(String passwordConfirmation)
      • getRefreshTokenURL

        public String getRefreshTokenURL()
      • setRefreshTokenURL

        public void setRefreshTokenURL​(String refreshTokenURL)