#import <NSURLCredential.h>
Abgeleitet von NSObject und < NSCopying >.
Basisklasse für NSURLKeychainCredential.
Öffentliche Methoden | |
| (id) | - initWithUser:password:persistence: |
| (void) | - dealloc |
| (id) | - user |
| (id) | - password |
| (BOOL) | - hasPassword |
| (unsigned int) | - persistence |
| (id) | - copyWithZone: |
| (id) | - description |
Öffentliche, statische Methoden | |
| (id) | + credentialWithUser:password:persistence: |
Geschützte Attribute | |
| NSURLCredentialInternal * | _internal |
Definiert in Zeile 13 der Datei NSURLCredential.h.
| + (id) credentialWithUser: | (id) | fp8 | ||
| password: | (id) | fp12 | ||
| persistence: | (unsigned int) | fp16 | ||
| - (id) initWithUser: | (id) | fp8 | ||
| password: | (id) | fp12 | ||
| persistence: | (unsigned int) | fp16 | ||
| - (void) dealloc |
| - (id) user |
| - (id) password |
Implementiert in NSURLKeychainCredential.
| - (BOOL) hasPassword |
Implementiert in NSURLKeychainCredential.
| - (unsigned int) persistence |
| - (id) copyWithZone: | (struct _NSZone *) | fp8 |
Erneute Implementation von < NSCopying >.
| - (id) description |
- (NSURLCredentialInternal*) _internal [protected] |
Definiert in Zeile 15 der Datei NSURLCredential.h.