Uses of Class
com.jniwrapper.macosx.cocoa.nsurlcredential.NSURLCredential

Packages that use NSURLCredential
com.jniwrapper.macosx.cocoa.nsurlauthenticationchallenge   
com.jniwrapper.macosx.cocoa.nsurlcredentialstorage   
 

Uses of NSURLCredential in com.jniwrapper.macosx.cocoa.nsurlauthenticationchallenge
 

Methods in com.jniwrapper.macosx.cocoa.nsurlauthenticationchallenge with parameters of type NSURLCredential
 void NSURLAuthenticationChallengeSenderProtocol.useCredential_forAuthenticationChallenge(NSURLCredential credential, NSURLAuthenticationChallenge challenge)
          This method represents the useCredential() method of the NSURLAuthenticationChallengeSenderProtocol Objective-C protocol.
 Id NSURLAuthenticationChallenge.initWithProtectionSpace_proposedCredential_previousFailureCount_failureResponse_error_sender(NSURLProtectionSpace space, NSURLCredential credential, com.jniwrapper.Int previousFailureCount, NSURLResponse response, NSError error, Id sender)
          This method represents the initWithProtectionSpace() method of the NSURLAuthenticationChallenge Objective-C class.
 

Uses of NSURLCredential in com.jniwrapper.macosx.cocoa.nsurlcredentialstorage
 

Methods in com.jniwrapper.macosx.cocoa.nsurlcredentialstorage with parameters of type NSURLCredential
 void NSURLCredentialStorage.setCredential_forProtectionSpace(NSURLCredential credential, NSURLProtectionSpace space)
          This method represents the setCredential() method of the NSURLCredentialStorage Objective-C class.
 void NSURLCredentialStorage.removeCredential_forProtectionSpace(NSURLCredential credential, NSURLProtectionSpace space)
          This method represents the removeCredential() method of the NSURLCredentialStorage Objective-C class.
 void NSURLCredentialStorage.setDefaultCredential_forProtectionSpace(NSURLCredential credential, NSURLProtectionSpace space)
          This method represents the setDefaultCredential() method of the NSURLCredentialStorage Objective-C class.