SlideShare a Scribd company logo
1 of 24
Spring-Social, Alfresco and Spring-Social-Alfresco
Jared Ottley
Spring-Social, Alfresco and Spring-Social-Alfresco
Jared Ottley
Spring-Social is….
Not just about social
oAuth1/oAuth2 Authentication Framework
Client API
Spring-Social is….
Not just about social
oAuth1/oAuth2 Authentication Framework
Client API
Spring-Social Modules
Facebook, Twitter, Linkedin
Spring-Social Modules
Spring Social 500px
Spring Social App.net
Spring Social BitBucket
Spring Social Digg
Spring Social Dropbox
Spring Social Flattr
Spring Social Flickr
Spring Social Foursquare
Spring Social GeekList
Spring Social Google
Spring Social Instagram
Spring-Social Modules
Spring Social Intuit (Quickbooks Online)
Spring Social Last.fm
Spring Social Live (Windows Live)
Spring Social Miso
Spring Social Mixcloud
Spring Social Nk
Spring Social Salesforce
Spring Social SoundCloud
Spring Social Tumblr
Spring Social Viadeo
Spring Social Vkontakte
Spring Social Weibo
Spring-Social Modules
Spring Social Xing
Spring Social Yammer
Spring Social Security Module
Spring Social Grails Plugin
Alfresco uses…
Spring-Social-Facebook
Spring-Social-Linkedin
Spring-Social-Twitter
Spring-Social-Flickr
Alfresco uses…
Spring-Social-Facebook
Spring-Social-Linkedin
Spring-Social-Twitter
Spring-Social-Flickr
Alfresco Integrations use…
Spring-Social-Dropbox
Spring-Social-Google-Docs
Alfresco Integrations use…
Spring-Social-Dropbox
Spring-Social-Google-Docs
Alfresco provides…
4.1+ and Community
Persistence of OAuth Tokens
OAuth1CredentialsStoreService
OAuth2CredentialsStoreService
Alfresco provides…
CRUD Operations
Shared Tokens
Personal Tokens
Lookup by RemoteSystemId
Alfresco provides…
CRUD Operations
Shared Tokens
Personal Tokens
Lookup by RemoteSystemId
Spring-Social-Alfresco
A project that provides Authentication and Client
API to the Alfresco Public API (JSON and CMIS)
CMIS 1.0 Support
JSON REST API
--Site Membership
--Network/Site
--Tags
--Comments
Spring-Social-Alfresco
A project that provides Authentication and Client
API to the Alfresco Public API (JSON and CMIS)
CMIS 1.0 Support
JSON REST API
--Site Membership
--Network/Site
--Tags
--Comments
How To
AlfrescoConnectionFactory connectionFactory = new
AlfrescoConnectionFactory(consumerKey, consumerSecret);
OAuth2Parameters parameters = new OAuth2Parameters();
parameters.setRedirectUri("http://localhost:8080/alfoauthsample/mycall
back.html");
parameters.setScope(Alfresco.DEFAULT_SCOPE);
parameters.setState("test");
How To
String authUrl =
connectionFactory.getOAuthOperations().buildAuthenticateUrl(GrantTyp
e.AUTHORIZATION_CODE, parameters);
//Do the dance here …
AccessGrant accessGrant =
connectionFactory.getOAuthOperations().exchangeForAccess(accessTo
ken, redirectUri, null);
//Persist your tokens here …
How To
Connection<Alfresco> connection =
connectionFactory.createConnection(accessGrant);
Alfresco alfresco = connection.getApi();
//Use Alfresco public REST API here
Network homeNetwork = alfresco.getHomeNetwork();
Person currentUser = alfresco.getCurrentUser();
Member member =
alfresco.addMember(network, site, memberId, Role.SiteConsumer);
How To
//Get CMIS Session
Session session = alfresco.getCMISSession(network);
ItemIterable<QueryResult> paginatedResults =
session.query(SITES_QUERY, false, paginateContext).skipTo(count).ge
tPage();
Map<String, Object> properties = new HashMap<String, Object>();
properties.put(PropertyIds.OBJECT_TYPE_ID, "cmis:document");
properties.put(PropertyIds.NAME, document.getName());
parent.createDocument(properties, document.getContentStream(), Vers
ioningState.MAJOR);
How To
//Get CMIS Session
Session session = alfresco.getCMISSession(network);
ItemIterable<QueryResult> paginatedResults =
session.query(SITES_QUERY, false, paginateContext).skipTo(count).ge
tPage();
Map<String, Object> properties = new HashMap<String, Object>();
properties.put(PropertyIds.OBJECT_TYPE_ID, "cmis:document");
properties.put(PropertyIds.NAME, document.getName());
parent.createDocument(properties, document.getContentStream(), Vers
ioningState.MAJOR);
No better than setUp() and tearDown()?
• Fundamentally different.Thank you!
http://www.springsource.org/spring-social
https://github.com/Alfresco/spring-social-alfresco
jared.ottley@alfresco.com
twitter: @jottley
No better than setUp() and tearDown()?
• Fundamentally different.Thank you!
http://www.springsource.org/spring-social
https://github.com/Alfresco/spring-social-alfresco
jared.ottley@alfresco.com
twitter: @jottley

More Related Content

Viewers also liked

Salesforce Security – An Encryption Guide For The Paranoid
Salesforce Security – An Encryption Guide For The ParanoidSalesforce Security – An Encryption Guide For The Paranoid
Salesforce Security – An Encryption Guide For The Paranoid
Ajeet Singh
 
Strategies To Develop Location Aware Hyperlocal Android Apps
Strategies To Develop Location Aware Hyperlocal Android AppsStrategies To Develop Location Aware Hyperlocal Android Apps
Strategies To Develop Location Aware Hyperlocal Android Apps
Ajeet Singh
 

Viewers also liked (15)

Alfresco Rumors: XMPP Enable Alfresco nodes (POC)
Alfresco Rumors: XMPP Enable Alfresco nodes (POC)Alfresco Rumors: XMPP Enable Alfresco nodes (POC)
Alfresco Rumors: XMPP Enable Alfresco nodes (POC)
 
Developing for Glass & Alfresco
Developing for Glass & AlfrescoDeveloping for Glass & Alfresco
Developing for Glass & Alfresco
 
Mobile Marketing Mania [Infographic]
Mobile Marketing Mania [Infographic]Mobile Marketing Mania [Infographic]
Mobile Marketing Mania [Infographic]
 
Jive, dropbox and other integrations
Jive, dropbox and other integrationsJive, dropbox and other integrations
Jive, dropbox and other integrations
 
Alfresco Integrations - Alfresco Devcon 2012
Alfresco Integrations - Alfresco Devcon 2012Alfresco Integrations - Alfresco Devcon 2012
Alfresco Integrations - Alfresco Devcon 2012
 
Alfresco- Making Workflow Process Simpler
Alfresco- Making Workflow Process SimplerAlfresco- Making Workflow Process Simpler
Alfresco- Making Workflow Process Simpler
 
Alfresco for Salesforce
Alfresco for SalesforceAlfresco for Salesforce
Alfresco for Salesforce
 
Dreamforce 2016 : Highlights, Hacks and Rumors
Dreamforce 2016 : Highlights, Hacks and RumorsDreamforce 2016 : Highlights, Hacks and Rumors
Dreamforce 2016 : Highlights, Hacks and Rumors
 
CORS - Enable Alfresco for CORS
CORS - Enable Alfresco for CORSCORS - Enable Alfresco for CORS
CORS - Enable Alfresco for CORS
 
Mobile Retail and You | An Infographic
Mobile Retail and You | An InfographicMobile Retail and You | An Infographic
Mobile Retail and You | An Infographic
 
Advantage Dreamforce: In Numbers | An Infographic
Advantage Dreamforce: In Numbers | An InfographicAdvantage Dreamforce: In Numbers | An Infographic
Advantage Dreamforce: In Numbers | An Infographic
 
The Mobile Story 2016 [Infographic]
The Mobile Story 2016 [Infographic]The Mobile Story 2016 [Infographic]
The Mobile Story 2016 [Infographic]
 
Salesforce Security – An Encryption Guide For The Paranoid
Salesforce Security – An Encryption Guide For The ParanoidSalesforce Security – An Encryption Guide For The Paranoid
Salesforce Security – An Encryption Guide For The Paranoid
 
The Mobile Grenade | An Infographic
The Mobile Grenade | An InfographicThe Mobile Grenade | An Infographic
The Mobile Grenade | An Infographic
 
Strategies To Develop Location Aware Hyperlocal Android Apps
Strategies To Develop Location Aware Hyperlocal Android AppsStrategies To Develop Location Aware Hyperlocal Android Apps
Strategies To Develop Location Aware Hyperlocal Android Apps
 

Similar to Spring Social, Alfresco and Spring-Social-Alfresco

The Ask Patty Holiday Social Part Two
The Ask Patty Holiday Social Part TwoThe Ask Patty Holiday Social Part Two
The Ask Patty Holiday Social Part Two
askpatty
 
The Ask Patty Holiday Social Part Two
The Ask Patty Holiday Social Part TwoThe Ask Patty Holiday Social Part Two
The Ask Patty Holiday Social Part Two
askpatty
 
Last.fm Scrobbler - Open Graph Showcase f. PMD Summit 2012
Last.fm Scrobbler - Open Graph Showcase f. PMD Summit 2012Last.fm Scrobbler - Open Graph Showcase f. PMD Summit 2012
Last.fm Scrobbler - Open Graph Showcase f. PMD Summit 2012
Die Socialisten
 
Social mediaprogramming part2-java-jax-london
Social mediaprogramming part2-java-jax-londonSocial mediaprogramming part2-java-jax-london
Social mediaprogramming part2-java-jax-london
Khanderao Kand
 
Social Media & Microblogging
Social Media & MicrobloggingSocial Media & Microblogging
Social Media & Microblogging
Anirban Saha
 

Similar to Spring Social, Alfresco and Spring-Social-Alfresco (20)

The Ask Patty Holiday Social Part Two
The Ask Patty Holiday Social Part TwoThe Ask Patty Holiday Social Part Two
The Ask Patty Holiday Social Part Two
 
The Ask Patty Holiday Social Part Two
The Ask Patty Holiday Social Part TwoThe Ask Patty Holiday Social Part Two
The Ask Patty Holiday Social Part Two
 
Ready Steady Blog
Ready Steady BlogReady Steady Blog
Ready Steady Blog
 
The ultimateresourceguidetosocialmediamarketing
The ultimateresourceguidetosocialmediamarketingThe ultimateresourceguidetosocialmediamarketing
The ultimateresourceguidetosocialmediamarketing
 
Business opportunities in social media
Business opportunities in social mediaBusiness opportunities in social media
Business opportunities in social media
 
Developing Facebook Apps
Developing Facebook AppsDeveloping Facebook Apps
Developing Facebook Apps
 
Aug 2011 Monthly Meetup Deck
Aug 2011 Monthly Meetup DeckAug 2011 Monthly Meetup Deck
Aug 2011 Monthly Meetup Deck
 
5 social media trends and tools to better serv
5 social media trends and tools to better serv5 social media trends and tools to better serv
5 social media trends and tools to better serv
 
5 social media tools and trends to better serve your clients
5 social media tools and trends to better serve your clients5 social media tools and trends to better serve your clients
5 social media tools and trends to better serve your clients
 
Last.fm Scrobbler - Open Graph Showcase f. PMD Summit 2012
Last.fm Scrobbler - Open Graph Showcase f. PMD Summit 2012Last.fm Scrobbler - Open Graph Showcase f. PMD Summit 2012
Last.fm Scrobbler - Open Graph Showcase f. PMD Summit 2012
 
15 fines_in_social_media-lampathaki
15 fines_in_social_media-lampathaki15 fines_in_social_media-lampathaki
15 fines_in_social_media-lampathaki
 
Social mediaprogramming part2-java-jax-london
Social mediaprogramming part2-java-jax-londonSocial mediaprogramming part2-java-jax-london
Social mediaprogramming part2-java-jax-london
 
Who is afraid of social media? workshop on ICEAge 2012.
Who is afraid of social media? workshop on ICEAge 2012.Who is afraid of social media? workshop on ICEAge 2012.
Who is afraid of social media? workshop on ICEAge 2012.
 
Using Technology and Social Software to Connect with Members and Allies
Using Technology and Social Software to Connect with Members and AlliesUsing Technology and Social Software to Connect with Members and Allies
Using Technology and Social Software to Connect with Members and Allies
 
Social Media & Microblogging
Social Media & MicrobloggingSocial Media & Microblogging
Social Media & Microblogging
 
Social Media for Communities
Social Media for CommunitiesSocial Media for Communities
Social Media for Communities
 
 Facebook Timeline & Open Graph Platform Briefing 03/2012
 Facebook Timeline & Open Graph Platform Briefing 03/2012 Facebook Timeline & Open Graph Platform Briefing 03/2012
 Facebook Timeline & Open Graph Platform Briefing 03/2012
 
The History of Social Media Marketing Suite
The History of Social Media Marketing SuiteThe History of Social Media Marketing Suite
The History of Social Media Marketing Suite
 
Facebook Timeline & Open Graph Platform Briefing 08/2012
Facebook Timeline & Open Graph Platform Briefing 08/2012Facebook Timeline & Open Graph Platform Briefing 08/2012
Facebook Timeline & Open Graph Platform Briefing 08/2012
 
Social Media Strategy: Tips by Lukasz Zelezny
Social Media Strategy: Tips by Lukasz ZeleznySocial Media Strategy: Tips by Lukasz Zelezny
Social Media Strategy: Tips by Lukasz Zelezny
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Recently uploaded (20)

Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 

Spring Social, Alfresco and Spring-Social-Alfresco