-
Methods in org.robovm.apple.foundation with parameters of type NSURLCredential
| Modifier and Type |
Method |
Description |
protected long |
NSURLAuthenticationChallenge.init(NSURLProtectionSpace space,
NSURLCredential credential,
long previousFailureCount,
NSURLResponse response,
NSError error,
NSURLAuthenticationChallengeSender sender) |
|
void |
NSURLCredentialStorage.removeCredential(NSURLCredential credential,
NSURLProtectionSpace space) |
|
void |
NSURLCredentialStorage.removeCredential(NSURLCredential credential,
NSURLProtectionSpace space,
NSURLCredentialStorageRemovalOptions options) |
|
void |
NSURLCredentialStorage.removeCredential(NSURLCredential credential,
NSURLProtectionSpace protectionSpace,
NSURLCredentialStorageRemovalOptions options,
NSURLSessionTask task) |
|
void |
NSURLCredentialStorage.setCredential(NSURLCredential credential,
NSURLProtectionSpace space) |
|
void |
NSURLCredentialStorage.setCredential(NSURLCredential credential,
NSURLProtectionSpace protectionSpace,
NSURLSessionTask task) |
|
void |
NSURLCredentialStorage.setDefaultCredential(NSURLCredential credential,
NSURLProtectionSpace space) |
|
void |
NSURLCredentialStorage.setDefaultCredential(NSURLCredential credential,
NSURLProtectionSpace protectionSpace,
NSURLSessionTask task) |
|
void |
NSURLAuthenticationChallengeSender.useCredential(NSURLCredential credential,
NSURLAuthenticationChallenge challenge) |
|
void |
NSURLAuthenticationChallengeSenderAdapter.useCredential(NSURLCredential credential,
NSURLAuthenticationChallenge challenge) |
|
Method parameters in org.robovm.apple.foundation with type arguments of type NSURLCredential
| Modifier and Type |
Method |
Description |
void |
NSURLSessionDelegate.didReceiveChallenge(NSURLSession session,
NSURLAuthenticationChallenge challenge,
VoidBlock2<NSURLSessionAuthChallengeDisposition,NSURLCredential> completionHandler) |
|
void |
NSURLSessionDelegateAdapter.didReceiveChallenge(NSURLSession session,
NSURLAuthenticationChallenge challenge,
VoidBlock2<NSURLSessionAuthChallengeDisposition,NSURLCredential> completionHandler) |
|
void |
NSURLSessionTaskDelegate.didReceiveChallenge(NSURLSession session,
NSURLSessionTask task,
NSURLAuthenticationChallenge challenge,
VoidBlock2<NSURLSessionAuthChallengeDisposition,NSURLCredential> completionHandler) |
|
void |
NSURLSessionTaskDelegateAdapter.didReceiveChallenge(NSURLSession session,
NSURLSessionTask task,
NSURLAuthenticationChallenge challenge,
VoidBlock2<NSURLSessionAuthChallengeDisposition,NSURLCredential> completionHandler) |
|
void |
NSURLCredentialStorage.getCredentials(NSURLProtectionSpace protectionSpace,
NSURLSessionTask task,
VoidBlock1<NSDictionary<NSString,NSURLCredential>> completionHandler) |
|
void |
NSURLCredentialStorage.getDefaultCredential(NSURLProtectionSpace space,
NSURLSessionTask task,
VoidBlock1<NSURLCredential> completionHandler) |
|
-
Method parameters in org.robovm.apple.webkit with type arguments of type NSURLCredential
| Modifier and Type |
Method |
Description |
void |
WKDownloadDelegate.didReceiveAuthenticationChallenge(WKDownload download,
NSURLAuthenticationChallenge challenge,
VoidBlock2<NSURLSessionAuthChallengeDisposition,NSURLCredential> completionHandler) |
|
void |
WKDownloadDelegateAdapter.didReceiveAuthenticationChallenge(WKDownload download,
NSURLAuthenticationChallenge challenge,
VoidBlock2<NSURLSessionAuthChallengeDisposition,NSURLCredential> completionHandler) |
|
void |
WKNavigationDelegate.didReceiveAuthenticationChallenge(WKWebView webView,
NSURLAuthenticationChallenge challenge,
VoidBlock2<NSURLSessionAuthChallengeDisposition,NSURLCredential> completionHandler) |
|
void |
WKNavigationDelegateAdapter.didReceiveAuthenticationChallenge(WKWebView webView,
NSURLAuthenticationChallenge challenge,
VoidBlock2<NSURLSessionAuthChallengeDisposition,NSURLCredential> completionHandler) |
|