Uses of Class
org.apache.openmeetings.db.entity.server.OAuthServer
Packages that use OAuthServer
Package
Description
-
Uses of OAuthServer in org.apache.openmeetings.db.dao.server
Methods in org.apache.openmeetings.db.dao.server that return OAuthServerMethods in org.apache.openmeetings.db.dao.server that return types with arguments of type OAuthServerModifier and TypeMethodDescriptionOAuth2Dao.get
(long start, long count) OAuth2Dao.get
(String search, long start, long count, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort) OAuth2Dao.getActive()
Methods in org.apache.openmeetings.db.dao.server with parameters of type OAuthServerModifier and TypeMethodDescriptionvoid
OAuth2Dao.delete
(OAuthServer server, Long userId) OAuth2Dao.update
(OAuthServer server, Long userId) -
Uses of OAuthServer in org.apache.openmeetings.db.dto.user
Constructors in org.apache.openmeetings.db.dto.user with parameters of type OAuthServer -
Uses of OAuthServer in org.apache.openmeetings.db.entity.server
Methods in org.apache.openmeetings.db.entity.server that return OAuthServerModifier and TypeMethodDescriptionOAuthServer.addMapping
(String pname, String pvalue) OAuthServer.setClientId
(String clientId) OAuthServer.setClientSecret
(String clientSecret) OAuthServer.setEnabled
(boolean enabled) OAuthServer.setIconUrl
(String iconUrl) OAuthServer.setMapping
(Map<String, String> map) OAuthServer.setRequestInfoMethod
(OAuthServer.RequestInfoMethod method) OAuthServer.setRequestInfoUrl
(String requestInfoUrl) OAuthServer.setRequestKeyUrl
(String requestKeyUrl) OAuthServer.setRequestTokenAttributes
(String requestTokenAttributes) OAuthServer.setRequestTokenMethod
(OAuthServer.RequestTokenMethod method) OAuthServer.setRequestTokenUrl
(String requestTokenUrl)