Package | Description |
---|---|
org.agorava.api.oauth |
This package contains API elements to manage interactions with generic OAuth services
|
org.agorava.api.storage |
This package contains storage API for Agorava
|
org.agorava.spi |
Contains all Agorava's Service Provider Interface that has to be extended for each provider module
|
Modifier and Type | Method and Description |
---|---|
UserSessionRepository |
OAuthSession.getRepo() |
Modifier and Type | Method and Description |
---|---|
OAuthSession.Builder |
OAuthSession.Builder.repo(UserSessionRepository repo)
Set the User Repository which contains the session to build
|
void |
OAuthSession.setRepo(UserSessionRepository repo)
Attach this Session the given Repository
|
Modifier and Type | Method and Description |
---|---|
UserSessionRepository |
GlobalRepository.createNew()
Create a new element and set it as current
|
Modifier and Type | Method and Description |
---|---|
UserSessionRepository |
UserSessionRepositoryResolver.getCurrentRepository() |
Modifier and Type | Method and Description |
---|---|
OAuthSession |
SessionResolver.getCurrentSession(UserSessionRepository repository) |
Copyright © 2012-2013. All Rights Reserved.