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 NSURLCredentialNSURLCredential. credentialWithUser(NSString user, NSString password, long persistence)NSURLCredentialNSURLAuthenticationChallenge. proposedCredential()Methods in org.eclipse.swt.internal.cocoa with parameters of type NSURLCredential Modifier and Type Method Description voidNSObject. useCredential(NSURLCredential credential, NSURLAuthenticationChallenge challenge)
-