| Package | Description |
|---|---|
| org.orienteer.users.model |
Models package for 'Orienteer Users' module
|
| org.orienteer.users.repository |
Contains repositories for easy work with database
|
| org.orienteer.users.util |
Utils package for 'Orienteer Users' module
|
| Modifier and Type | Method and Description |
|---|---|
static OAuth2Provider |
OAuth2Provider.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2Provider[] |
OAuth2Provider.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<OAuth2Service> |
OAuth2Repository.getOAuth2ServiceByProvider(com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
OAuth2Provider provider,
boolean active) |
| Modifier and Type | Method and Description |
|---|---|
static void |
OUsersCommonUtils.createOUserSocialNetworkIfNotExists(com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
OAuth2Provider provider,
String userId,
OrienteerUser user) |
Copyright © 2020. All rights reserved.