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 | Interface and Description |
---|---|
interface |
OAuth2AuthenticationProvider<T extends OAuth2AuthenticationProvider<T>> |
Modifier and Type | Class and Description |
---|---|
class |
OAuth2AuthenticationProviderImpl |
Modifier and Type | Method and Description |
---|---|
URI |
OAuth2IdentityResolverService.getDefaultAuthorizationEndpointURI(OAuth2AuthenticationProvider<?> oAuth2AuthenticationProvider) |
URI |
OAuth2IdentityResolverService.getDefaultIdentityResolverEndpointURI(OAuth2AuthenticationProvider<?> oAuth2AuthenticationProvider) |
String |
OAuth2IdentityResolverService.getDefaultScope(OAuth2AuthenticationProvider<?> oAuth2AuthenticationProvider) |
URI |
OAuth2IdentityResolverService.getDefaultTokenEndpointURI(OAuth2AuthenticationProvider<?> oAuth2AuthenticationProvider) |
Principal |
OAuth2IdentityResolverService.getUserPrincipal(OAuth2AuthenticationProvider<?> authProvider,
String accessToken) |
void |
OAuth2IdentityResolverService.validate(OAuth2AuthenticationProvider<?> authProvider) |
Modifier and Type | Method and Description |
---|---|
URI |
CloudFoundryOAuth2IdentityResolverService.getDefaultAuthorizationEndpointURI(OAuth2AuthenticationProvider<?> oAuth2AuthenticationProvider) |
URI |
CloudFoundryOAuth2IdentityResolverService.getDefaultIdentityResolverEndpointURI(OAuth2AuthenticationProvider<?> oAuth2AuthenticationProvider) |
String |
CloudFoundryOAuth2IdentityResolverService.getDefaultScope(OAuth2AuthenticationProvider<?> oAuth2AuthenticationProvider) |
URI |
CloudFoundryOAuth2IdentityResolverService.getDefaultTokenEndpointURI(OAuth2AuthenticationProvider<?> oAuth2AuthenticationProvider) |
Principal |
CloudFoundryOAuth2IdentityResolverService.getUserPrincipal(OAuth2AuthenticationProvider<?> authenticationProvider,
String accessToken) |
void |
CloudFoundryOAuth2IdentityResolverService.validate(OAuth2AuthenticationProvider<?> authProvider) |
Modifier and Type | Method and Description |
---|---|
URI |
FacebookIdentityResolverService.getDefaultAuthorizationEndpointURI(OAuth2AuthenticationProvider<?> oAuth2AuthenticationProvider) |
URI |
FacebookIdentityResolverService.getDefaultIdentityResolverEndpointURI(OAuth2AuthenticationProvider<?> oAuth2AuthenticationProvider) |
String |
FacebookIdentityResolverService.getDefaultScope(OAuth2AuthenticationProvider<?> oAuth2AuthenticationProvider) |
URI |
FacebookIdentityResolverService.getDefaultTokenEndpointURI(OAuth2AuthenticationProvider<?> oAuth2AuthenticationProvider) |
Principal |
FacebookIdentityResolverService.getUserPrincipal(OAuth2AuthenticationProvider<?> authenticationProvider,
String accessToken) |
void |
FacebookIdentityResolverService.validate(OAuth2AuthenticationProvider<?> authProvider) |
Modifier and Type | Method and Description |
---|---|
URI |
GitHubOAuth2IdentityResolverService.getDefaultAuthorizationEndpointURI(OAuth2AuthenticationProvider<?> oAuth2AuthenticationProvider) |
URI |
GitHubOAuth2IdentityResolverService.getDefaultIdentityResolverEndpointURI(OAuth2AuthenticationProvider<?> oAuth2AuthenticationProvider) |
String |
GitHubOAuth2IdentityResolverService.getDefaultScope(OAuth2AuthenticationProvider<?> oAuth2AuthenticationProvider) |
URI |
GitHubOAuth2IdentityResolverService.getDefaultTokenEndpointURI(OAuth2AuthenticationProvider<?> oAuth2AuthenticationProvider) |
Principal |
GitHubOAuth2IdentityResolverService.getUserPrincipal(OAuth2AuthenticationProvider<?> authenticationProvider,
String accessToken) |
void |
GitHubOAuth2IdentityResolverService.validate(OAuth2AuthenticationProvider<?> authProvider) |
Modifier and Type | Method and Description |
---|---|
URI |
GoogleOAuth2IdentityResolverService.getDefaultAuthorizationEndpointURI(OAuth2AuthenticationProvider<?> oAuth2AuthenticationProvider) |
URI |
GoogleOAuth2IdentityResolverService.getDefaultIdentityResolverEndpointURI(OAuth2AuthenticationProvider<?> oAuth2AuthenticationProvider) |
String |
GoogleOAuth2IdentityResolverService.getDefaultScope(OAuth2AuthenticationProvider<?> oAuth2AuthenticationProvider) |
URI |
GoogleOAuth2IdentityResolverService.getDefaultTokenEndpointURI(OAuth2AuthenticationProvider<?> oAuth2AuthenticationProvider) |
Principal |
GoogleOAuth2IdentityResolverService.getUserPrincipal(OAuth2AuthenticationProvider<?> authenticationProvider,
String accessToken) |
void |
GoogleOAuth2IdentityResolverService.validate(OAuth2AuthenticationProvider<?> authProvider) |
Modifier and Type | Method and Description |
---|---|
URI |
MicrosoftLiveOAuth2IdentityResolverService.getDefaultAuthorizationEndpointURI(OAuth2AuthenticationProvider<?> oAuth2AuthenticationProvider) |
URI |
MicrosoftLiveOAuth2IdentityResolverService.getDefaultIdentityResolverEndpointURI(OAuth2AuthenticationProvider<?> oAuth2AuthenticationProvider) |
String |
MicrosoftLiveOAuth2IdentityResolverService.getDefaultScope(OAuth2AuthenticationProvider<?> oAuth2AuthenticationProvider) |
URI |
MicrosoftLiveOAuth2IdentityResolverService.getDefaultTokenEndpointURI(OAuth2AuthenticationProvider<?> oAuth2AuthenticationProvider) |
Principal |
MicrosoftLiveOAuth2IdentityResolverService.getUserPrincipal(OAuth2AuthenticationProvider<?> authenticationProvider,
String accessToken) |
void |
MicrosoftLiveOAuth2IdentityResolverService.validate(OAuth2AuthenticationProvider<?> authProvider) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.