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 | is |
(deprecated) void | set |
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().