Class EasyCodefProperties

java.lang.Object
io.codef.api.EasyCodefProperties

public class EasyCodefProperties extends Object
 io.codef.easycodef
   |_ EasyCodefProperties.java
 
Desc : 코드에프의 쉬운 사용을 위한 프로퍼티 클래스
Company:
: ©CODEF corp.
Author:
: [email protected]
Date:
: Jun 26, 2020 3:36:51 PM
  • Constructor Details

    • EasyCodefProperties

      public EasyCodefProperties()
  • Method Details

    • setClientInfo

      public void setClientInfo(String clientId, String clientSecret)
      Desc : 정식서버 사용을 위한 클라이언트 정보 설정
      Parameters:
      clientId -
      clientSecret -
      Company:
      : ©CODEF corp.
      Author:
      : [email protected]
      Date:
      : Jun 26, 2020 3:37:02 PM
    • setClientInfoForDemo

      public void setClientInfoForDemo(String demoClientId, String demoClientSecret)
      Desc : 데모서버 사용을 위한 클라이언트 정보 설정
      Parameters:
      demoClientId -
      demoClientSecret -
      Company:
      : ©CODEF corp.
      Author:
      : [email protected]
      Date:
      : Jun 26, 2020 3:37:10 PM
    • getDemoClientId

      public String getDemoClientId()
      Desc : 데모 클라이언트 아이디 반환
      Returns:
      Company:
      : ©CODEF corp.
      Author:
      : [email protected]
      Date:
      : Jun 26, 2020 3:37:17 PM
    • getDemoClientSecret

      public String getDemoClientSecret()
      Desc : 데모 클라이언트 시크릿 반환
      Returns:
      Company:
      : ©CODEF corp.
      Author:
      : [email protected]
      Date:
      : Jun 26, 2020 3:37:23 PM
    • getDemoAccessToken

      public String getDemoAccessToken()
      Desc : 데모 접속 토큰 반환
      Returns:
      Company:
      : ©CODEF corp.
      Author:
      : [email protected]
      Date:
      : Jun 26, 2020 3:37:30 PM
    • getClientId

      public String getClientId()
      Desc : 데모 클라이언트 시크릿 반환
      Returns:
      Company:
      : ©CODEF corp.
      Author:
      : [email protected]
      Date:
      : Jun 26, 2020 3:37:36 PM
      Version:
      : 1.0.1
    • getClientSecret

      public String getClientSecret()
      Desc : API 클라이언트 시크릿 반환
      Returns:
      Company:
      : ©CODEF corp.
      Author:
      : [email protected]
      Date:
      : Jun 26, 2020 3:37:44 PM
    • getAccessToken

      public String getAccessToken()
      Desc : API 접속 토큰 반환
      Returns:
      Company:
      : ©CODEF corp.
      Author:
      : [email protected]
      Date:
      : Jun 26, 2020 3:37:50 PM
      Version:
      : 1.0.1
    • getPublicKey

      public String getPublicKey()
      Desc : RSA암호화를 위한 퍼블릭키 반환
      Returns:
      Company:
      : ©CODEF corp.
      Author:
      : [email protected]
      Date:
      : Jun 26, 2020 3:37:59 PM
    • setPublicKey

      public void setPublicKey(String publicKey)
      Desc : RSA암호화를 위한 퍼블릭키 설정
      Parameters:
      publicKey -
      Company:
      : ©CODEF corp.
      Author:
      : [email protected]
      Date:
      : Jun 26, 2020 3:38:07 PM
      Version:
      : 1.0.1
    • setDemoAccessToken

      public void setDemoAccessToken(String demoAccessToken)
      Desc : 데모 접속 토큰 설정
      Parameters:
      demoAccessToken -
      Company:
      : ©CODEF corp.
      Author:
      : [email protected]
      Date:
      : Jun 26, 2020 3:38:14 PM
    • setAccessToken

      public void setAccessToken(String accessToken)
      Desc : API 접속 토큰 설정
      Parameters:
      accessToken -
      Company:
      : ©CODEF corp.
      Author:
      : [email protected]
      Date:
      : Jun 26, 2020 3:38:21 PM