#import <SASLAuthenticator.h>
Abgeleitet von NSObject.
Basisklasse für CRAM_MD5Authenticator, DigestMD5Authenticator, LoginAuthenticator, NTLMAuthenticator, PlainAuthenticator, XYMCOOKIEAuthenticator und XYMPKIAuthenticator.
Öffentliche Methoden | |
| (id) | - initWithAuthScheme:account:connection: |
| (void) | - dealloc |
| (id) | - authScheme |
| (id) | - account |
| (id) | - saslName |
| (id) | - responseForServerData: |
| (int) | - authenticationState |
| (void) | - setAuthenticationState: |
| (BOOL) | - justSentPlainTextPassword |
| (id) | - securityLayer |
| (id) | - localAddress |
| (id) | - remoteAddress |
| (BOOL) | - isUsingSSL |
| (BOOL) | - base64EncodeResponseData |
| (BOOL) | - couldRetry |
Geschützte Attribute | |
| void * | _context |
| AuthScheme * | _authScheme |
| Account * | _account |
| int | _authenticationState |
Definiert in Zeile 11 der Datei SASLAuthenticator.h.
| - (id) initWithAuthScheme: | (id) | fp8 | ||
| account: | (id) | fp12 | ||
| connection: | (id) | fp16 | ||
| - (void) dealloc |
Implementiert NSObject.
Implementiert in DigestMD5Authenticator, NTLMAuthenticator und XYMPKIAuthenticator.
| - (id) authScheme |
| - (id) account |
| - (id) saslName |
Implementiert in LoginAuthenticator, PlainAuthenticator, XYMCOOKIEAuthenticator und XYMPKIAuthenticator.
| - (id) responseForServerData: | (id) | fp8 |
| - (int) authenticationState |
| - (void) setAuthenticationState: | (int) | fp8 |
Implementiert in DigestMD5Authenticator, NTLMAuthenticator, XYMCOOKIEAuthenticator und XYMPKIAuthenticator.
| - (BOOL) justSentPlainTextPassword |
Implementiert in LoginAuthenticator und PlainAuthenticator.
| - (id) securityLayer |
| - (id) localAddress |
| - (id) remoteAddress |
| - (BOOL) isUsingSSL |
| - (BOOL) base64EncodeResponseData |
Implementiert in XYMCOOKIEAuthenticator und XYMPKIAuthenticator.
| - (BOOL) couldRetry |
Implementiert in XYMPKIAuthenticator.
- (void*) _context [protected] |
Definiert in Zeile 13 der Datei SASLAuthenticator.h.
- (AuthScheme*) _authScheme [protected] |
Definiert in Zeile 14 der Datei SASLAuthenticator.h.
Definiert in Zeile 15 der Datei SASLAuthenticator.h.
- (int) _authenticationState [protected] |
Definiert in Zeile 16 der Datei SASLAuthenticator.h.