Uses of Class
org.apache.openmeetings.db.entity.server.OAuthServer.RequestTokenMethod
-
Packages that use OAuthServer.RequestTokenMethod Package Description org.apache.openmeetings.db.entity.server -
-
Uses of OAuthServer.RequestTokenMethod in org.apache.openmeetings.db.entity.server
Methods in org.apache.openmeetings.db.entity.server that return OAuthServer.RequestTokenMethod Modifier and Type Method Description OAuthServer.RequestTokenMethodOAuthServer. getRequestTokenMethod()static OAuthServer.RequestTokenMethodOAuthServer.RequestTokenMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static OAuthServer.RequestTokenMethod[]OAuthServer.RequestTokenMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openmeetings.db.entity.server with parameters of type OAuthServer.RequestTokenMethod Modifier and Type Method Description OAuthServerOAuthServer. setRequestTokenMethod(OAuthServer.RequestTokenMethod method)
-