文件名称:yy_oauth
-
所属分类:
- 标签属性:
- 上传时间:2014-10-08
-
文件大小:3.38mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
oauth的服务端的简单实现,把该项目部署后,就可以运行com.mango.test包下的MangoTest类,然后验证通过后就会返回json格式的
access_token-simple implementation of server-side oauth,After the deployment of the project, you can run MangoTest class com.mango.test package under then verified by returns json format
access_token
access_token-simple implementation of server-side oauth,After the deployment of the project, you can run MangoTest class com.mango.test package under then verified by returns json format
access_token
(系统自动生成,下载前可以参看下载内容)
下载文件列表
yy_oauth/
yy_oauth/.classpath
yy_oauth/.project
yy_oauth/.settings/
yy_oauth/.settings/.jsdtscope
yy_oauth/.settings/org.eclipse.jdt.core.prefs
yy_oauth/.settings/org.eclipse.wst.common.component
yy_oauth/.settings/org.eclipse.wst.common.project.facet.core.xml
yy_oauth/.settings/org.eclipse.wst.jsdt.ui.superType.container
yy_oauth/.settings/org.eclipse.wst.jsdt.ui.superType.name
yy_oauth/build/
yy_oauth/build/classes/
yy_oauth/build/classes/com/
yy_oauth/build/classes/com/action/
yy_oauth/build/classes/com/action/interceptor/
yy_oauth/build/classes/com/action/interceptor/ActionInterceptor.class
yy_oauth/build/classes/com/action/interceptor/InterceptorAction.class
yy_oauth/build/classes/com/mango/
yy_oauth/build/classes/com/mango/config/
yy_oauth/build/classes/com/mango/config/OAuthConfig.class
yy_oauth/build/classes/com/mango/interfaces/
yy_oauth/build/classes/com/mango/interfaces/OAuthInterfaces.class
yy_oauth/build/classes/com/mango/json/
yy_oauth/build/classes/com/mango/json/JsonObject.class
yy_oauth/build/classes/com/mango/json/JsonTest.class
yy_oauth/build/classes/com/mango/json/JsonUtil.class
yy_oauth/build/classes/com/mango/oauth/
yy_oauth/build/classes/com/mango/oauth/OAuth.class
yy_oauth/build/classes/com/mango/oauth/ServerOAuth.class
yy_oauth/build/classes/com/mango/test/
yy_oauth/build/classes/com/mango/test/MangoTest.class
yy_oauth/build/classes/com/mango/util/
yy_oauth/build/classes/com/mango/util/BrowserLaunch.class
yy_oauth/build/classes/config.properties
yy_oauth/build/classes/struts.xml
yy_oauth/src/
yy_oauth/src/com/
yy_oauth/src/com/action/
yy_oauth/src/com/action/interceptor/
yy_oauth/src/com/action/interceptor/ActionInterceptor.java
yy_oauth/src/com/action/interceptor/InterceptorAction.java
yy_oauth/src/com/mango/
yy_oauth/src/com/mango/config/
yy_oauth/src/com/mango/config/OAuthConfig.java
yy_oauth/src/com/mango/interfaces/
yy_oauth/src/com/mango/interfaces/OAuthInterfaces.java
yy_oauth/src/com/mango/json/
yy_oauth/src/com/mango/json/JsonObject.java
yy_oauth/src/com/mango/json/JsonTest.java
yy_oauth/src/com/mango/json/JsonUtil.java
yy_oauth/src/com/mango/oauth/
yy_oauth/src/com/mango/oauth/OAuth.java
yy_oauth/src/com/mango/oauth/ServerOAuth.java
yy_oauth/src/com/mango/test/
yy_oauth/src/com/mango/test/MangoTest.java
yy_oauth/src/com/mango/util/
yy_oauth/src/com/mango/util/BrowserLaunch.java
yy_oauth/src/config.properties
yy_oauth/src/struts.xml
yy_oauth/WebContent/
yy_oauth/WebContent/META-INF/
yy_oauth/WebContent/META-INF/MANIFEST.MF
yy_oauth/WebContent/success.jsp
yy_oauth/WebContent/WEB-INF/
yy_oauth/WebContent/WEB-INF/lib/
yy_oauth/WebContent/WEB-INF/lib/asm-3.1.jar
yy_oauth/WebContent/WEB-INF/lib/asm-commons-3.1.jar
yy_oauth/WebContent/WEB-INF/lib/asm-tree-3.1.jar
yy_oauth/WebContent/WEB-INF/lib/commons-fileupload-1.2.2.jar
yy_oauth/WebContent/WEB-INF/lib/commons-io-2.0.1.jar
yy_oauth/WebContent/WEB-INF/lib/commons-lang-2.5.jar
yy_oauth/WebContent/WEB-INF/lib/freemarker-2.3.16.jar
yy_oauth/WebContent/WEB-INF/lib/javassist-3.11.0.GA.jar
yy_oauth/WebContent/WEB-INF/lib/ognl-3.0.1.jar
yy_oauth/WebContent/WEB-INF/lib/servlet-api.jar
yy_oauth/WebContent/WEB-INF/lib/struts2-core-2.2.3.1.jar
yy_oauth/WebContent/WEB-INF/lib/xwork-core-2.2.3.1.jar
yy_oauth/WebContent/WEB-INF/web.xml
yy_oauth/.classpath
yy_oauth/.project
yy_oauth/.settings/
yy_oauth/.settings/.jsdtscope
yy_oauth/.settings/org.eclipse.jdt.core.prefs
yy_oauth/.settings/org.eclipse.wst.common.component
yy_oauth/.settings/org.eclipse.wst.common.project.facet.core.xml
yy_oauth/.settings/org.eclipse.wst.jsdt.ui.superType.container
yy_oauth/.settings/org.eclipse.wst.jsdt.ui.superType.name
yy_oauth/build/
yy_oauth/build/classes/
yy_oauth/build/classes/com/
yy_oauth/build/classes/com/action/
yy_oauth/build/classes/com/action/interceptor/
yy_oauth/build/classes/com/action/interceptor/ActionInterceptor.class
yy_oauth/build/classes/com/action/interceptor/InterceptorAction.class
yy_oauth/build/classes/com/mango/
yy_oauth/build/classes/com/mango/config/
yy_oauth/build/classes/com/mango/config/OAuthConfig.class
yy_oauth/build/classes/com/mango/interfaces/
yy_oauth/build/classes/com/mango/interfaces/OAuthInterfaces.class
yy_oauth/build/classes/com/mango/json/
yy_oauth/build/classes/com/mango/json/JsonObject.class
yy_oauth/build/classes/com/mango/json/JsonTest.class
yy_oauth/build/classes/com/mango/json/JsonUtil.class
yy_oauth/build/classes/com/mango/oauth/
yy_oauth/build/classes/com/mango/oauth/OAuth.class
yy_oauth/build/classes/com/mango/oauth/ServerOAuth.class
yy_oauth/build/classes/com/mango/test/
yy_oauth/build/classes/com/mango/test/MangoTest.class
yy_oauth/build/classes/com/mango/util/
yy_oauth/build/classes/com/mango/util/BrowserLaunch.class
yy_oauth/build/classes/config.properties
yy_oauth/build/classes/struts.xml
yy_oauth/src/
yy_oauth/src/com/
yy_oauth/src/com/action/
yy_oauth/src/com/action/interceptor/
yy_oauth/src/com/action/interceptor/ActionInterceptor.java
yy_oauth/src/com/action/interceptor/InterceptorAction.java
yy_oauth/src/com/mango/
yy_oauth/src/com/mango/config/
yy_oauth/src/com/mango/config/OAuthConfig.java
yy_oauth/src/com/mango/interfaces/
yy_oauth/src/com/mango/interfaces/OAuthInterfaces.java
yy_oauth/src/com/mango/json/
yy_oauth/src/com/mango/json/JsonObject.java
yy_oauth/src/com/mango/json/JsonTest.java
yy_oauth/src/com/mango/json/JsonUtil.java
yy_oauth/src/com/mango/oauth/
yy_oauth/src/com/mango/oauth/OAuth.java
yy_oauth/src/com/mango/oauth/ServerOAuth.java
yy_oauth/src/com/mango/test/
yy_oauth/src/com/mango/test/MangoTest.java
yy_oauth/src/com/mango/util/
yy_oauth/src/com/mango/util/BrowserLaunch.java
yy_oauth/src/config.properties
yy_oauth/src/struts.xml
yy_oauth/WebContent/
yy_oauth/WebContent/META-INF/
yy_oauth/WebContent/META-INF/MANIFEST.MF
yy_oauth/WebContent/success.jsp
yy_oauth/WebContent/WEB-INF/
yy_oauth/WebContent/WEB-INF/lib/
yy_oauth/WebContent/WEB-INF/lib/asm-3.1.jar
yy_oauth/WebContent/WEB-INF/lib/asm-commons-3.1.jar
yy_oauth/WebContent/WEB-INF/lib/asm-tree-3.1.jar
yy_oauth/WebContent/WEB-INF/lib/commons-fileupload-1.2.2.jar
yy_oauth/WebContent/WEB-INF/lib/commons-io-2.0.1.jar
yy_oauth/WebContent/WEB-INF/lib/commons-lang-2.5.jar
yy_oauth/WebContent/WEB-INF/lib/freemarker-2.3.16.jar
yy_oauth/WebContent/WEB-INF/lib/javassist-3.11.0.GA.jar
yy_oauth/WebContent/WEB-INF/lib/ognl-3.0.1.jar
yy_oauth/WebContent/WEB-INF/lib/servlet-api.jar
yy_oauth/WebContent/WEB-INF/lib/struts2-core-2.2.3.1.jar
yy_oauth/WebContent/WEB-INF/lib/xwork-core-2.2.3.1.jar
yy_oauth/WebContent/WEB-INF/web.xml
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.