org.rococoa.cocoa.foundation.categories
Interface NSInternetPassword

All Superinterfaces:
ObjCObject

public interface NSInternetPassword
extends ObjCObject


Nested Class Summary
static interface NSInternetPassword._static_
           
 
Method Summary
 boolean hasPassword()
           
 NSURLCredential initWithUser_password_persistence(NSString user, NSString password, int persistence)
           
 NSString password()
           
 NSString user()
           
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

initWithUser_password_persistence

NSURLCredential initWithUser_password_persistence(NSString user,
                                                  NSString password,
                                                  int persistence)
Parameters:
user - the username
password - the password
persistence - enum that says to store per session, permanently or not at all
persistence - @see org.rococoa.cocoa.foundation.FoundationLibrary#NSURLCredentialPersistence

user

NSString user()

password

NSString password()

hasPassword

boolean hasPassword()


Copyright © 2009. All Rights Reserved.