Package | Description |
---|---|
org.agorava.api.oauth |
This package contains API elements to manage interactions with generic OAuth services
|
Modifier and Type | Method and Description |
---|---|
OAuthSession.Builder |
OAuthSession.Builder.accessToken(Token accessToken)
Set the OAuth Access token for the session
|
OAuthSession.Builder |
OAuthSession.Builder.id(String id)
Set the id for the session to build.
|
OAuthSession.Builder |
OAuthSession.Builder.providerName(String providerName)
Set the provider qualifier for the session from the provider name
|
OAuthSession.Builder |
OAuthSession.Builder.qualifier(Annotation qualifier)
Set the provider qualifier for the session
|
OAuthSession.Builder |
OAuthSession.Builder.readFromOAuthSession(OAuthSession session)
Configure this builder with an existing
OAuthSession . |
OAuthSession.Builder |
OAuthSession.Builder.repo(UserSessionRepository repo)
Set the User Repository which contains the session to build
|
OAuthSession.Builder |
OAuthSession.Builder.requestToken(Token requestToken)
Set the OAuth Request Token for the session
|
OAuthSession.Builder |
OAuthSession.Builder.userProfile(UserProfile userProfile)
Set the user profile link to the session to build.
|
OAuthSession.Builder |
OAuthSession.Builder.verifier(String verifier)
Set the OAuth Verifier (OAuth 1.0a) or Code (OAuth 2.0a) returned by the provider in the callback
|
Copyright © 2012-2013. All Rights Reserved.