| Package | Description |
|---|---|
| org.bimserver.shared.interfaces | |
| org.bimserver.shared.interfaces.async |
| Modifier and Type | Method and Description |
|---|---|
SOAuthServer |
OAuthInterface.getOAuthServerByClientId(String clientId) |
SOAuthServer |
OAuthInterfaceAdaptor.getOAuthServerByClientId(String clientId) |
SOAuthServer |
OAuthInterface.getOAuthServerById(Long oid) |
SOAuthServer |
OAuthInterfaceAdaptor.getOAuthServerById(Long oid) |
SOAuthServer |
OAuthInterface.registerRemoteApplication(String redirectUrl,
String name,
String description) |
SOAuthServer |
OAuthInterfaceAdaptor.registerRemoteApplication(String redirectUrl,
String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
List<SOAuthServer> |
OAuthInterface.listRegisteredServers() |
List<SOAuthServer> |
OAuthInterfaceAdaptor.listRegisteredServers() |
List<SOAuthServer> |
OAuthInterface.listRegisteredServersLocal() |
List<SOAuthServer> |
OAuthInterfaceAdaptor.listRegisteredServersLocal() |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncOAuthInterface.GetOAuthServerByClientIdCallback.success(SOAuthServer result) |
void |
AsyncOAuthInterface.GetOAuthServerByIdCallback.success(SOAuthServer result) |
void |
AsyncOAuthInterface.RegisterRemoteApplicationCallback.success(SOAuthServer result) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncOAuthInterface.ListRegisteredServersCallback.success(List<SOAuthServer> result) |
void |
AsyncOAuthInterface.ListRegisteredServersLocalCallback.success(List<SOAuthServer> result) |
Copyright © 2018 OpenSource BIM. All rights reserved.