Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
CloudFoundryOAuth2IdentityResolverService |
Modifier and Type | Class and Description |
---|---|
class |
FacebookIdentityResolverService
An identity resolver that calls GitHubs's user API https://developer.github.com/v3/users/
It requires that the authentication request includes the scope 'user'
|
Modifier and Type | Class and Description |
---|---|
class |
GitHubOAuth2IdentityResolverService
An identity resolver that calls GitHubs's user API https://developer.github.com/v3/users/
It requires that the authentication request includes the scope 'user'
|
Modifier and Type | Class and Description |
---|---|
class |
GoogleOAuth2IdentityResolverService
An identity resolver that calls Google's userinfo endpoint https://www.googleapis.com/oauth2/v3/userinfo.
|
Modifier and Type | Class and Description |
---|---|
class |
MicrosoftLiveOAuth2IdentityResolverService
An identity resolver that calls Microsoft Live's REST API.
|
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.