Skip to content

Obsolete Members for RequestConfiguration

  • RequestConfiguration
  • The following members of class RequestConfiguration are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

    Public Functions

    (deprecated) bool isIssueAuthenticationChallenge() const
    (deprecated) void setIssueAuthenticationChallenge(bool issueAuthenticationChallenge)

    Member Function Documentation

    [deprecated] bool RequestConfiguration::isIssueAuthenticationChallenge() const

    This function is deprecated. We strongly advise against using it in new code.

    Returns whether an authentication challenge should be issued upon failure to access the requested resource.

    If true, then the challenge handler will be invoked to prompt the user for credentials. Otherwise, secured services will simply fail. A custom challenge handler may be set if desired.

    Default value is true.

    See also AuthenticationChallenge and AuthenticationManager.

    [deprecated] void RequestConfiguration::setIssueAuthenticationChallenge(bool issueAuthenticationChallenge)

    This function is deprecated. We strongly advise against using it in new code.

    Sets whether to issue an authentication challenge to issueAuthenticationChallenge.

    See also isIssueAuthenticationChallenge().

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.