com.jniwrapper.macosx.cocoa.nsurlauthenticationchallenge
Interface NSURLAuthenticationChallengeSenderProtocol
- All Superinterfaces:
- NSObjectProtocol
- public interface NSURLAuthenticationChallengeSenderProtocol
- extends NSObjectProtocol
This interface represents NSURLAuthenticationChallengeSenderProtocol protocol.
See the protocol documentation at the Apple's site: NSURLAuthenticationChallengeSenderProtocol
| Methods inherited from interface com.jniwrapper.macosx.cocoa.nsobject.NSObjectProtocol |
_class, autorelease, conformsToProtocol, description, hash, isEqual, isKindOfClass, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, release, respondsToSelector, retain, retainCount, self, superclass, zone |
useCredential_forAuthenticationChallenge
public void useCredential_forAuthenticationChallenge(NSURLCredential credential,
NSURLAuthenticationChallenge challenge)
- This method represents the
useCredential() method of the NSURLAuthenticationChallengeSenderProtocol Objective-C protocol.
- Parameters:
credential - challenge -
continueWithoutCredentialForAuthenticationChallenge
public void continueWithoutCredentialForAuthenticationChallenge(NSURLAuthenticationChallenge challenge)
cancelAuthenticationChallenge
public void cancelAuthenticationChallenge(NSURLAuthenticationChallenge challenge)