| Package | Description |
|---|---|
| org.apache.qpid.server.security.auth.manager.oauth2 | |
| org.apache.qpid.server.security.auth.manager.oauth2.cloudfoundry | |
| org.apache.qpid.server.security.auth.manager.oauth2.facebook |
Identity resolver utilising Facebook's OAuth 2.0 API
|
| org.apache.qpid.server.security.auth.manager.oauth2.github |
Identity resolver utilising GitHub's OAuth 2.0 user API
|
| org.apache.qpid.server.security.auth.manager.oauth2.google |
Identity resolver utilising Google's OAuth 2.0 userinfo endpoint
|
| org.apache.qpid.server.security.auth.manager.oauth2.microsoftlive |
| Modifier and Type | Method and Description |
|---|---|
Principal |
OAuth2IdentityResolverService.getUserPrincipal(OAuth2AuthenticationProvider<?> authProvider,
String accessToken) |
| Modifier and Type | Method and Description |
|---|---|
Principal |
CloudFoundryOAuth2IdentityResolverService.getUserPrincipal(OAuth2AuthenticationProvider<?> authenticationProvider,
String accessToken) |
| Modifier and Type | Method and Description |
|---|---|
Principal |
FacebookIdentityResolverService.getUserPrincipal(OAuth2AuthenticationProvider<?> authenticationProvider,
String accessToken) |
| Modifier and Type | Method and Description |
|---|---|
Principal |
GitHubOAuth2IdentityResolverService.getUserPrincipal(OAuth2AuthenticationProvider<?> authenticationProvider,
String accessToken) |
| Modifier and Type | Method and Description |
|---|---|
Principal |
GoogleOAuth2IdentityResolverService.getUserPrincipal(OAuth2AuthenticationProvider<?> authenticationProvider,
String accessToken) |
| Modifier and Type | Method and Description |
|---|---|
Principal |
MicrosoftLiveOAuth2IdentityResolverService.getUserPrincipal(OAuth2AuthenticationProvider<?> authenticationProvider,
String accessToken) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.