Methods in org.rococoa.cocoa.foundation with parameters of type NSURLCredential |
static NSURLAuthenticationChallenge |
NSURLAuthenticationChallenge.createWithProtectionSpace_proposedCredential_previousFailureCount_failureResponse_error_sender(NSURLProtectionSpace space,
NSURLCredential credential,
NSInteger previousFailureCount,
NSURLResponse response,
NSError error,
NSURLAuthenticationChallengeSender sender)
Factory method
|
abstract NSURLAuthenticationChallenge |
NSURLAuthenticationChallenge.initWithProtectionSpace_proposedCredential_previousFailureCount_failureResponse_error_sender(NSURLProtectionSpace space,
NSURLCredential credential,
NSInteger previousFailureCount,
NSURLResponse response,
NSError error,
NSURLAuthenticationChallengeSender sender)
|
abstract void |
NSURLCredentialStorage.removeCredential_forProtectionSpace(NSURLCredential credential,
NSURLProtectionSpace space)
|
abstract void |
NSURLCredentialStorage.setCredential_forProtectionSpace(NSURLCredential credential,
NSURLProtectionSpace space)
|
abstract void |
NSURLCredentialStorage.setDefaultCredential_forProtectionSpace(NSURLCredential credential,
NSURLProtectionSpace space)
|