类 BjtoonProperty

java.lang.Object
cn.lnkdoc.sdk.uia.instance.bjtoon.property.BjtoonProperty
所有已实现的接口:
IUiaProperty

public class BjtoonProperty extends Object implements IUiaProperty
从以下版本开始:
1.0.0.RELEASE
  • 构造器详细资料

    • BjtoonProperty

      public BjtoonProperty()
  • 方法详细资料

    • getDomain

      public String getDomain()
      getter
      返回:
      domain
    • setDomain

      public void setDomain(String domain)
      setter
      参数:
      domain - domain
    • getClientId

      public String getClientId()
      getter
      返回:
      clientId
    • setClientId

      public void setClientId(String clientId)
      setter
      参数:
      clientId - clientId
    • getClientSecret

      public String getClientSecret()
      getter
      返回:
      clientSecret
    • setClientSecret

      public void setClientSecret(String clientSecret)
      setter
      参数:
      clientSecret - clientSecret
    • isNeedsDecrypt

      public boolean isNeedsDecrypt()
      getter
      返回:
      needsDecrypt
    • setNeedsDecrypt

      public void setNeedsDecrypt(boolean needsDecrypt)
      setter
      参数:
      needsDecrypt - needsDecrypt
    • getGrantType

      public String getGrantType()
      getter
      返回:
      grantType
    • setGrantType

      public void setGrantType(String grantType)
      setter
      参数:
      grantType - grantType
    • getScope

      public String getScope()
      getter
      返回:
      scope
    • setScope

      public void setScope(String scope)
      setter
      参数:
      scope - scope
    • getAccessTokenPath

      public String getAccessTokenPath()
      getter
      返回:
      accessTokenPath
    • setAccessTokenPath

      public void setAccessTokenPath(String accessTokenPath)
      setter
      参数:
      accessTokenPath - accessTokenPath
    • getUserInfoPath

      public String getUserInfoPath()
      getter
      返回:
      userInfoPath
    • setUserInfoPath

      public void setUserInfoPath(String userInfoPath)
      setter
      参数:
      userInfoPath - userInfoPath
    • getSsoStatusPath

      public String getSsoStatusPath()
      getter
      返回:
      ssoStatusPath
    • setSsoStatusPath

      public void setSsoStatusPath(String ssoStatusPath)
      setter
      参数:
      ssoStatusPath - ssoStatusPath
    • getLogoutPath

      public String getLogoutPath()
      getter
      返回:
      logoutPath
    • setLogoutPath

      public void setLogoutPath(String logoutPath)
      setter
      参数:
      logoutPath - logoutPath
    • getAuthTicketPath

      public String getAuthTicketPath()
      getter
      返回:
      authTicketPath
    • setAuthTicketPath

      public void setAuthTicketPath(String authTicketPath)
      setter
      参数:
      authTicketPath - authTicketPath
    • getRegisterPath

      public String getRegisterPath()
      getter
      返回:
      registerPath
    • setRegisterPath

      public void setRegisterPath(String registerPath)
      setter
      参数:
      registerPath - registerPath
    • getRedirectUri

      public String getRedirectUri()
      getter
      返回:
      redirectUri
    • setRedirectUri

      public void setRedirectUri(String redirectUri)
      setter
      参数:
      redirectUri - redirectUri
    • isPrintStack

      public boolean isPrintStack()
      getter
      指定者:
      isPrintStack 在接口中 IUiaProperty
      返回:
      printStack
    • setPrintStack

      public void setPrintStack(boolean printStack)
      setter
      参数:
      printStack - printStack