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

Packages that use NSURLCredentialPersistence
com.jniwrapper.macosx.cocoa.nsurlcredential   
 

Uses of NSURLCredentialPersistence in com.jniwrapper.macosx.cocoa.nsurlcredential
 

Methods in com.jniwrapper.macosx.cocoa.nsurlcredential that return NSURLCredentialPersistence
 NSURLCredentialPersistence NSURLCredential.persistence()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsurlcredential with parameters of type NSURLCredentialPersistence
static com.jniwrapper.Pointer.Void NSURLCredential.static_credentialWithUser_password_persistence(java.lang.String user, java.lang.String password, NSURLCredentialPersistence persistence)
          This method represents the credentialWithUser() method of the NSURLCredential Objective-C class.
 Id NSURLCredential.initWithUser_password_persistence(java.lang.String user, java.lang.String password, NSURLCredentialPersistence persistence)
          This method represents the initWithUser() method of the NSURLCredential Objective-C class.