Uses of Class
org.rococoa.cocoa.foundation.NSURLCredential

Packages that use NSURLCredential
org.rococoa.cocoa.foundation   
org.rococoa.cocoa.foundation.categories   
org.rococoa.cocoa.foundation.protocols   
 

Uses of NSURLCredential in org.rococoa.cocoa.foundation
 

Methods in org.rococoa.cocoa.foundation that return NSURLCredential
static NSURLCredential NSURLCredential.alloc()
           
abstract  NSURLCredential NSURLCredential._class_.alloc()
           
abstract  NSURLCredential NSURLCredentialStorage.defaultCredentialForProtectionSpace(NSURLProtectionSpace space)
           
static NSURLCredential NSURLCredential.new_()
           
abstract  NSURLCredential NSURLCredential._class_.new_()
           
abstract  NSURLCredential NSURLAuthenticationChallenge.proposedCredential()
           
 

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)
           
 

Uses of NSURLCredential in org.rococoa.cocoa.foundation.categories
 

Methods in org.rococoa.cocoa.foundation.categories that return NSURLCredential
 NSURLCredential NSInternetPassword._static_.credentialWithUser_password_persistence(NSString user, NSString password, int persistence)
           
 NSURLCredential NSInternetPassword.initWithUser_password_persistence(NSString user, NSString password, int persistence)
           
 

Uses of NSURLCredential in org.rococoa.cocoa.foundation.protocols
 

Methods in org.rococoa.cocoa.foundation.protocols with parameters of type NSURLCredential
 void NSURLAuthenticationChallengeSender.useCredential_forAuthenticationChallenge(NSURLCredential credential, NSURLAuthenticationChallenge challenge)
           
 



Copyright © 2009. All Rights Reserved.