#import <NSHTTPAuthenticator.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - init |
| (void) | - dealloc |
| (void) | - addCredentialsToRetryHTTPRequest:proxyURL:afterFailureResponse:nsFailureResponse:failureCount:protocol:withCallback:context: |
| (void) | - cancelAddCredentialsToRetryHTTPRequest: |
| (BOOL) | - haveCredentialForURL:proxyURL: |
| (void) | - addCredentialsToInitialHTTPRequest:proxyURL:protocol: |
| (BOOL) | - checkForAuthenticationFailureInHTTPResponse:withURL:proxyURL: |
| (void) | - useCredential:forAuthenticationChallenge: |
| (void) | - continueWithoutCredentialForAuthenticationChallenge: |
Öffentliche, statische Methoden | |
| (id) | + sharedHTTPAuthenticator |
Geschützte Attribute | |
| NSMutableDictionary * | URLToRealm |
| NSMutableSet * | hostsWithRealms |
| NSMutableDictionary * | protectionSpaceToHTTPAuthentication |
| NSMutableDictionary * | challengeToChallengeState |
| NSMutableDictionary * | httpRequestToChallengeState |
| id | dataLock |
| BOOL | usingCredentiallessAuthentication |
| BOOL | pad1 |
| BOOL | pad2 |
| BOOL | pad3 |
Definiert in Zeile 11 der Datei NSHTTPAuthenticator.h.
| + (id) sharedHTTPAuthenticator |
| - (id) init |
| - (void) dealloc |
Implementiert NSObject.
| - (void) addCredentialsToRetryHTTPRequest: | (struct __CFHTTPMessage *) | fp8 | ||
| proxyURL: | (id) | fp12 | ||
| afterFailureResponse: | (struct __CFHTTPMessage *) | fp16 | ||
| nsFailureResponse: | (id) | fp20 | ||
| failureCount: | (int) | fp24 | ||
| protocol: | (id) | fp28 | ||
| withCallback: | (id) | fp32 | ||
| context: | (id) | fp36 | ||
| - (void) cancelAddCredentialsToRetryHTTPRequest: | (struct __CFHTTPMessage *) | fp8 |
| - (BOOL) haveCredentialForURL: | (id) | fp8 | ||
| proxyURL: | (id) | fp12 | ||
| - (void) addCredentialsToInitialHTTPRequest: | (struct __CFHTTPMessage *) | fp8 | ||
| proxyURL: | (id) | fp12 | ||
| protocol: | (id) | fp16 | ||
| - (BOOL) checkForAuthenticationFailureInHTTPResponse: | (struct __CFHTTPMessage *) | fp8 | ||
| withURL: | (id) | fp12 | ||
| proxyURL: | (id) | fp16 | ||
| - (void) useCredential: | (id) | fp8 | ||
| forAuthenticationChallenge: | (id) | fp12 | ||
| - (void) continueWithoutCredentialForAuthenticationChallenge: | (id) | fp8 |
- (NSMutableDictionary*) URLToRealm [protected] |
Definiert in Zeile 13 der Datei NSHTTPAuthenticator.h.
- (NSMutableSet*) hostsWithRealms [protected] |
Definiert in Zeile 14 der Datei NSHTTPAuthenticator.h.
- (NSMutableDictionary*) protectionSpaceToHTTPAuthentication [protected] |
Definiert in Zeile 15 der Datei NSHTTPAuthenticator.h.
- (NSMutableDictionary*) challengeToChallengeState [protected] |
Definiert in Zeile 16 der Datei NSHTTPAuthenticator.h.
- (NSMutableDictionary*) httpRequestToChallengeState [protected] |
Definiert in Zeile 17 der Datei NSHTTPAuthenticator.h.
- (id) dataLock [protected] |
Definiert in Zeile 18 der Datei NSHTTPAuthenticator.h.
- (BOOL) usingCredentiallessAuthentication [protected] |
Definiert in Zeile 19 der Datei NSHTTPAuthenticator.h.
- (BOOL) pad1 [protected] |
Definiert in Zeile 20 der Datei NSHTTPAuthenticator.h.
- (BOOL) pad2 [protected] |
Definiert in Zeile 21 der Datei NSHTTPAuthenticator.h.
- (BOOL) pad3 [protected] |
Definiert in Zeile 22 der Datei NSHTTPAuthenticator.h.