Package | Description |
---|---|
org.apache.openmeetings.db.dao.server |
Modifier and Type | Method and Description |
---|---|
OAuthServer |
OAuth2Dao.get(Long id) |
OAuthServer |
OAuth2Dao.update(OAuthServer server,
Long userId) |
Modifier and Type | Method and Description |
---|---|
List<OAuthServer> |
OAuth2Dao.get(int start,
int count) |
List<OAuthServer> |
OAuth2Dao.get(String search,
int start,
int count,
String order) |
List<OAuthServer> |
OAuth2Dao.getActive() |
Modifier and Type | Method and Description |
---|---|
void |
OAuth2Dao.delete(OAuthServer server,
Long userId) |
OAuthServer |
OAuth2Dao.update(OAuthServer server,
Long userId) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.