/SundanceVail10A5376e.K66DeveloperOS/PrivateFrameworks/AccountsDaemon.framework/Headers/ACDAccountStoreProtocol.h

https://github.com/zsh-tony/appletv-private-headers · C Header · 50 lines · 40 code · 4 blank · 6 comment · 0 complexity · 521d14e09d5b5f8888617f9378817f2f MD5 · raw file

  1. /**
  2. * This header is generated by class-dump-z 0.2a.
  3. * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
  4. *
  5. * Source: /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
  6. */
  7. #import "NSObject.h"
  8. @protocol ACDAccountStoreProtocol <NSObject>
  9. - (void)accessKeysForAccountType:(id)accountType handler:(id)handler;
  10. - (void)accountIdentifiersEnabledToSyncDataclass:(id)syncDataclass handler:(id)handler;
  11. - (void)accountTypeForAccountWithIdentifier:(id)identifier handler:(id)handler;
  12. - (void)accountTypeWithIdentifier:(id)identifier handler:(id)handler;
  13. - (void)accountTypesWithHandler:(id)handler;
  14. - (void)accountWithIdentifier:(id)identifier handler:(id)handler;
  15. - (void)accountsWithAccountType:(id)accountType handler:(id)handler;
  16. - (void)accountsWithHandler:(id)handler;
  17. - (void)appPermissionsForAccountType:(id)accountType withHandler:(id)handler;
  18. - (void)childAccountsForAccountWithIdentifier:(id)identifier handler:(id)handler;
  19. - (void)clearAllPermissionsGrantedForAccountType:(id)accountType withHandler:(id)handler;
  20. - (void)credentialForAccountWithIdentifier:(id)identifier bundleID:(id)anId handler:(id)handler;
  21. - (void)credentialForAccountWithIdentifier:(id)identifier handler:(id)handler;
  22. - (void)dataclassesWithHandler:(id)handler;
  23. - (void)displayAccountTypeForAccountWithIdentifier:(id)identifier handler:(id)handler;
  24. - (void)enabledDataclassesForAccountWithIdentifier:(id)identifier handler:(id)handler;
  25. - (void)insertAccountDataclass:(id)dataclass withHandler:(id)handler;
  26. - (void)insertAccountType:(id)type withHandler:(id)handler;
  27. - (void)parentAccountForAccountWithIdentifier:(id)identifier handler:(id)handler;
  28. - (void)permissionForAccountType:(id)accountType withHandler:(id)handler;
  29. - (void)promptUserForCredentialsWithAccount:(id)account withHandler:(id)handler;
  30. - (void)provisionedDataclassesForAccountWithIdentifier:(id)identifier handler:(id)handler;
  31. - (void)removeAccount:(id)account withHandler:(id)handler;
  32. - (void)removeAccountType:(id)type withHandler:(id)handler;
  33. - (void)renewCredentialsForAccount:(id)account withHandler:(id)handler;
  34. - (void)requestAccessForAccountTypeWithIdentifier:(id)identifier options:(id)options withHandler:(id)handler;
  35. - (void)saveAccount:(id)account forPID:(id)pid withHandler:(id)handler;
  36. - (void)saveAccount:(id)account withHandler:(id)handler;
  37. - (void)setClientBundleID:(id)anId withHandler:(id)handler;
  38. - (void)setNotificationsEnabledNum:(id)num;
  39. - (void)setPermissionGranted:(id)granted forBundleID:(id)bundleID onAccountType:(id)type withHandler:(id)handler;
  40. - (void)supportedDataclassesForAccountType:(id)accountType handler:(id)handler;
  41. - (void)syncableDataclassesForAccountType:(id)accountType handler:(id)handler;
  42. - (void)typeIdentifierForDomain:(id)domain withHandler:(id)handler;
  43. - (void)updateExistenceCacheOfAccountWithTypeIdentifier:(id)typeIdentifier withHandler:(id)handler;
  44. - (void)verifyCredentialsForAccount:(id)account saveWhenAuthorized:(BOOL)authorized withHandler:(id)handler;
  45. - (void)verifyCredentialsForAccount:(id)account withHandler:(id)handler;
  46. @end