public interface OAuth2IdentityProvider extends IdentityProvider
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | OAuth2IdentityProvider.CallbackContext | 
| static interface  | OAuth2IdentityProvider.InitContext | 
| static interface  | OAuth2IdentityProvider.OAuth2Context | 
| Modifier and Type | Method and Description | 
|---|---|
| void | callback(OAuth2IdentityProvider.CallbackContext context)This method is called when the identity provider has authenticated a user. | 
| void | init(OAuth2IdentityProvider.InitContext context)Entry-point of authentication workflow. | 
allowsUsersToSignUp, getDisplay, getKey, getName, isEnabledvoid init(OAuth2IdentityProvider.InitContext context)
void callback(OAuth2IdentityProvider.CallbackContext context)
Copyright © 2009–2016 SonarSource. All rights reserved.