mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-17 14:24:52 +00:00
Monotone-Parent: 4e7dca3054e95b38b822f5fc8ff05e3b263e1e91
Monotone-Revision: 78533df190b5cd6050f9b57ff65db1e242028164 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-12-02T20:53:52 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -35,15 +35,26 @@
|
||||
|
||||
@protocol SOGoSource;
|
||||
|
||||
@interface SOGoUserManagerRegistry : NSObject
|
||||
|
||||
+ (id) sharedRegistry;
|
||||
|
||||
- (NSString *) sourceClassForType: (NSString *) type;
|
||||
|
||||
@end
|
||||
|
||||
@interface SOGoUserManager : NSObject
|
||||
{
|
||||
@private
|
||||
SOGoUserManagerRegistry *_registry;
|
||||
NSMutableDictionary *_sources;
|
||||
NSMutableDictionary *_sourcesMetadata;
|
||||
}
|
||||
|
||||
+ (id) sharedUserManager;
|
||||
|
||||
- (NSString *) registryClass;
|
||||
|
||||
- (NSArray *) sourceIDsInDomain: (NSString *) domain;
|
||||
- (NSArray *) authenticationSourceIDsInDomain: (NSString *) domain;
|
||||
- (NSArray *) addressBookSourceIDsInDomain: (NSString *) domain;
|
||||
|
||||
Reference in New Issue
Block a user