| Package | Description |
|---|---|
| org.orienteer.users.component |
Package which contains Wicket components for 'orienteer-users' module
|
| org.orienteer.users.model |
Models package for 'Orienteer Users' module
|
| org.orienteer.users.repository |
Contains repositories for easy work with database
|
| org.orienteer.users.service |
Services package for 'orienteer-users' module
|
| org.orienteer.users.service.impl |
Contains implementation for service interfaces
|
| Modifier and Type | Method and Description |
|---|---|
protected OAuth2ServiceContext |
SocialNetworkPanel.createOAuth2ServiceContext(OAuth2Service service) |
| Modifier and Type | Method and Description |
|---|---|
OAuth2ServiceContext |
OAuth2ServiceContext.setAuthorizationUrl(String url) |
OAuth2ServiceContext |
OAuth2ServiceContext.setRegistration(boolean registration) |
OAuth2ServiceContext |
OAuth2ServiceContext.setService(OAuth2Service service) |
OAuth2ServiceContext |
OAuth2ServiceContext.setServiceAsDocument(com.orientechnologies.orient.core.record.impl.ODocument service) |
OAuth2ServiceContext |
OAuth2ServiceContext.setSocialNetworkLink(boolean socialNetworkLink) |
OAuth2ServiceContext |
OAuth2ServiceContext.setState(String state) |
OAuth2ServiceContext |
OAuth2ServiceContext.setUsed(boolean used) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<OAuth2ServiceContext> |
OAuth2Repository.getServiceContextByState(com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
String state) |
static Optional<OAuth2ServiceContext> |
OAuth2Repository.getServiceContextByState(String state) |
| Modifier and Type | Method and Description |
|---|---|
OAuth2ServiceContext |
IOAuth2Service.requestAuthorizationUrl(OAuth2Service service,
String secretState)
Request authorization url
|
| Modifier and Type | Method and Description |
|---|---|
OAuth2ServiceContext |
DefaultOAuth2ServiceImpl.requestAuthorizationUrl(OAuth2Service service,
String secretState) |
Copyright © 2020. All rights reserved.