Uses of Class
org.eclipse.swt.internal.cocoa.NSURLCredential
-
Packages that use NSURLCredential Package Description org.eclipse.swt.internal.cocoa -
-
Uses of NSURLCredential in org.eclipse.swt.internal.cocoa
Methods in org.eclipse.swt.internal.cocoa that return NSURLCredential Modifier and Type Method Description static NSURLCredential
NSURLCredential. credentialWithUser(NSString user, NSString password, long persistence)
NSURLCredential
NSURLAuthenticationChallenge. proposedCredential()
Methods in org.eclipse.swt.internal.cocoa with parameters of type NSURLCredential Modifier and Type Method Description void
NSObject. useCredential(NSURLCredential credential, NSURLAuthenticationChallenge challenge)
-