类 AuthenticationClientOptions

    • 构造器详细资料

      • AuthenticationClientOptions

        public AuthenticationClientOptions()
    • 方法详细资料

      • getTimeout

        public int getTimeout()
      • getAppId

        public String getAppId()
      • setAppId

        public void setAppId​(String appId)
      • getAppSecret

        public String getAppSecret()
      • setAppSecret

        public void setAppSecret​(String appSecret)
      • getAppHost

        public String getAppHost()
      • setAppHost

        public void setAppHost​(String appHost)
      • getRedirectUri

        public String getRedirectUri()
      • setRedirectUri

        public void setRedirectUri​(String redirectUri)
      • getLogoutRedirectUri

        public String getLogoutRedirectUri()
      • setLogoutRedirectUri

        public void setLogoutRedirectUri​(String logoutRedirectUri)
      • getScope

        public String getScope()
      • setScope

        public void setScope​(String scope)
      • getTokenEndPointAuthMethod

        public String getTokenEndPointAuthMethod()
      • setTokenEndPointAuthMethod

        public void setTokenEndPointAuthMethod​(String tokenEndPointAuthMethod)
      • getProtocol

        public String getProtocol()
      • setProtocol

        public void setProtocol​(String protocol)
      • getIntrospectionEndPointAuthMethod

        public String getIntrospectionEndPointAuthMethod()
      • setIntrospectionEndPointAuthMethod

        public void setIntrospectionEndPointAuthMethod​(String introspectionEndPointAuthMethod)
      • getAccessToken

        public String getAccessToken()
      • setAccessToken

        public void setAccessToken​(String accessToken)
      • getRevocationEndPointAuthMethod

        public String getRevocationEndPointAuthMethod()
      • setRevocationEndPointAuthMethod

        public void setRevocationEndPointAuthMethod​(String revocationEndPointAuthMethod)