-
Methods in org.robovm.apple.foundation with parameters of type NSURLProtectionSpace
| Modifier and Type |
Method |
Description |
boolean |
NSURLConnectionDelegate.canAuthenticateAgainstProtectionSpace(NSURLConnection connection,
NSURLProtectionSpace protectionSpace) |
Deprecated.
|
boolean |
NSURLConnectionDelegateAdapter.canAuthenticateAgainstProtectionSpace(NSURLConnection connection,
NSURLProtectionSpace protectionSpace) |
Deprecated.
|
Map<String,NSURLCredential> |
NSURLCredentialStorage.getCredentials(NSURLProtectionSpace space) |
|
void |
NSURLCredentialStorage.getCredentials(NSURLProtectionSpace protectionSpace,
NSURLSessionTask task,
VoidBlock1<NSDictionary<NSString,NSURLCredential>> completionHandler) |
|
NSURLCredential |
NSURLCredentialStorage.getDefaultCredential(NSURLProtectionSpace space) |
|
void |
NSURLCredentialStorage.getDefaultCredential(NSURLProtectionSpace space,
NSURLSessionTask task,
VoidBlock1<NSURLCredential> completionHandler) |
|
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) |
|