|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSInternetPassword
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 |
---|
NSURLCredential initWithUser_password_persistence(NSString user, NSString password, int persistence)
user
- the usernamepassword
- the passwordpersistence
- enum that says to store per session, permanently or not at allpersistence
- @see org.rococoa.cocoa.foundation.FoundationLibrary#NSURLCredentialPersistenceNSString user()
NSString password()
boolean hasPassword()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |