| Class | Description |
|---|---|
| AccessTokenInvalidationListener |
Listener for invalidate access token of particular user, if OAuth username of this user is changed to different value
|
| SocialNetworkServiceImpl | |
| UniqueOAuthProviderUsernameListener |
Listener to validate that OAuth username of given user is unique, because we can't have 2 users in portal with same OAuth username
for same
OAuthProviderType
If OAuth username is not unique, then OAuthException with code OAuthExceptionCode.DUPLICATE_OAUTH_PROVIDER_USERNAME
will be thrown and it will encapsulate some other needed info (useful for showing error message) |
Copyright © 2018 JBoss by Red Hat. All Rights Reserved.