├── LICENSE ├── MyFaceBookRegistrationHandler.cls ├── MyFaceBookRegistrationHandler_Test.cls ├── OpportunityRegHandler.cls ├── PhotoSyncHandler.cls ├── README.md ├── SamlRegHandler.cls └── SocialRegHandler.cls /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforceidentity/social-signon-reghandler/HEAD/LICENSE -------------------------------------------------------------------------------- /MyFaceBookRegistrationHandler.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforceidentity/social-signon-reghandler/HEAD/MyFaceBookRegistrationHandler.cls -------------------------------------------------------------------------------- /MyFaceBookRegistrationHandler_Test.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforceidentity/social-signon-reghandler/HEAD/MyFaceBookRegistrationHandler_Test.cls -------------------------------------------------------------------------------- /OpportunityRegHandler.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforceidentity/social-signon-reghandler/HEAD/OpportunityRegHandler.cls -------------------------------------------------------------------------------- /PhotoSyncHandler.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforceidentity/social-signon-reghandler/HEAD/PhotoSyncHandler.cls -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforceidentity/social-signon-reghandler/HEAD/README.md -------------------------------------------------------------------------------- /SamlRegHandler.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforceidentity/social-signon-reghandler/HEAD/SamlRegHandler.cls -------------------------------------------------------------------------------- /SocialRegHandler.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforceidentity/social-signon-reghandler/HEAD/SocialRegHandler.cls --------------------------------------------------------------------------------