| Package | Description |
|---|---|
| org.springframework.social.openid.api.impl | |
| org.springframework.social.openid.connect |
| Modifier and Type | Class and Description |
|---|---|
class |
OpenIdTemplate |
| Modifier and Type | Method and Description |
|---|---|
OpenId |
OpenIdConnection.getApi() |
OpenId |
OpenIdServiceProvider.getApi(String verifiedOpenId) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.social.connect.Connection<OpenId> |
OpenIdConnectionFactory.createConnection(org.springframework.social.connect.ConnectionData data) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.social.connect.UserProfile |
OpenIdAdapter.fetchUserProfile(OpenId api) |
void |
OpenIdAdapter.setConnectionValues(OpenId api,
org.springframework.social.connect.ConnectionValues values) |
boolean |
OpenIdAdapter.test(OpenId api) |
void |
OpenIdAdapter.updateStatus(OpenId api,
String message) |
| Constructor and Description |
|---|
OpenIdConnection(org.springframework.social.connect.ConnectionData data,
OpenIdServiceProvider serviceProvider,
org.springframework.social.connect.ApiAdapter<OpenId> apiAdapter) |
OpenIdConnection(String verifiedOpenId,
OpenIdServiceProvider serviceProvider,
org.springframework.social.connect.ApiAdapter<OpenId> apiAdapter) |
Copyright © 2014 Molindo GmbH. All Rights Reserved.