Code/chapter01/resteasy-examples/.classpath
1.19KB
Code/chapter01/resteasy-examples/.project
1.5KB
Code/chapter01/resteasy-examples/.settings/.jsdtscope
562B
Code/chapter01/resteasy-examples/.settings/org.eclipse.core.resources.prefs
85B
Code/chapter01/resteasy-examples/.settings/org.eclipse.jdt.core.prefs
422B
Code/chapter01/resteasy-examples/.settings/org.eclipse.m2e.core.prefs
86B
Code/chapter01/resteasy-examples/.settings/org.eclipse.wst.common.component
682B
Code/chapter01/resteasy-examples/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
309B
Code/chapter01/resteasy-examples/.settings/org.eclipse.wst.common.project.facet.core.xml
337B
Code/chapter01/resteasy-examples/.settings/org.eclipse.wst.jsdt.ui.superType.container
49B
Code/chapter01/resteasy-examples/.settings/org.eclipse.wst.jsdt.ui.superType.name
6B
Code/chapter01/resteasy-examples/.settings/org.eclipse.wst.validation.prefs
48B
Code/chapter01/resteasy-examples/pom.xml
2.73KB
Code/chapter01/resteasy-examples/src/main/java/com/packtpub/resteasy/entities/Person.java
824B
Code/chapter01/resteasy-examples/src/main/java/com/packtpub/resteasy/services/MyRestEasyApplication.java
468B
Code/chapter01/resteasy-examples/src/main/java/com/packtpub/resteasy/services/PersonService.java
1.16KB
Code/chapter01/resteasy-examples/src/main/webapp/index.jsp
167B
Code/chapter01/resteasy-examples/src/main/webapp/WEB-INF/web.xml
279B
Code/chapter02/basic-authentication/resteasy-examples/.classpath
1.19KB
Code/chapter02/basic-authentication/resteasy-examples/.project
1.5KB
Code/chapter02/basic-authentication/resteasy-examples/.settings/.jsdtscope
562B
Code/chapter02/basic-authentication/resteasy-examples/.settings/org.eclipse.core.resources.prefs
85B
Code/chapter02/basic-authentication/resteasy-examples/.settings/org.eclipse.jdt.core.prefs
422B
Code/chapter02/basic-authentication/resteasy-examples/.settings/org.eclipse.m2e.core.prefs
86B
Code/chapter02/basic-authentication/resteasy-examples/.settings/org.eclipse.wst.common.component
682B
Code/chapter02/basic-authentication/resteasy-examples/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
309B
Code/chapter02/basic-authentication/resteasy-examples/.settings/org.eclipse.wst.common.project.facet.core.xml
337B
Code/chapter02/basic-authentication/resteasy-examples/.settings/org.eclipse.wst.jsdt.ui.superType.container
49B
Code/chapter02/basic-authentication/resteasy-examples/.settings/org.eclipse.wst.jsdt.ui.superType.name
6B
Code/chapter02/basic-authentication/resteasy-examples/.settings/org.eclipse.wst.validation.prefs
48B
Code/chapter02/basic-authentication/resteasy-examples/pom.xml
2.51KB
Code/chapter02/basic-authentication/resteasy-examples/src/main/java/com/packtpub/resteasy/entities/Person.java
824B
Code/chapter02/basic-authentication/resteasy-examples/src/main/java/com/packtpub/resteasy/services/MyRestEasyApplication.java
468B
Code/chapter02/basic-authentication/resteasy-examples/src/main/java/com/packtpub/resteasy/services/PersonService.java
1.16KB
Code/chapter02/basic-authentication/resteasy-examples/src/main/webapp/index.jsp
167B
Code/chapter02/basic-authentication/resteasy-examples/src/main/webapp/WEB-INF/jboss-web.xml
112B
Code/chapter02/basic-authentication/resteasy-examples/src/main/webapp/WEB-INF/web.xml
974B
Code/chapter02/basic-authentication/resteasy-examples/target/classes/com/packtpub/resteasy/entities/Person.class
1.25KB
Code/chapter02/basic-authentication/resteasy-examples/target/classes/com/packtpub/resteasy/services/MyRestEasyApplication.class
891B
Code/chapter02/basic-authentication/resteasy-examples/target/classes/com/packtpub/resteasy/services/PersonService.class
2.36KB
Code/chapter02/basic-authentication/resteasy-examples/target/maven-archiver/pom.properties
121B
Code/chapter02/basic-authentication/resteasy-examples/target/resteasy-examples.war
6.6KB
Code/chapter02/basic-authentication/resteasy-examples/target/resteasy-examples/index.jsp
167B
Code/chapter02/basic-authentication/resteasy-examples/target/resteasy-examples/WEB-INF/classes/com/packtpub/resteasy/entities/Person.class
1.25KB
Code/chapter02/basic-authentication/resteasy-examples/target/resteasy-examples/WEB-INF/classes/com/packtpub/resteasy/services/MyRestEasyApplication.class
891B
Code/chapter02/basic-authentication/resteasy-examples/target/resteasy-examples/WEB-INF/classes/com/packtpub/resteasy/services/PersonService.class
2.36KB
Code/chapter02/basic-authentication/resteasy-examples/target/resteasy-examples/WEB-INF/jboss-web.xml
112B
Code/chapter02/basic-authentication/resteasy-examples/target/resteasy-examples/WEB-INF/web.xml
974B
Code/chapter02/client-cert-authentication/certificates/client.pfx
5.36KB
Code/chapter02/client-cert-authentication/certificates/server.keystore
3.76KB
Code/chapter02/client-cert-authentication/certificates/server.truststore
1.59KB
Code/chapter02/client-cert-authentication/resteasy-examples/.classpath
1.19KB
Code/chapter02/client-cert-authentication/resteasy-examples/.project
1.5KB
Code/chapter02/client-cert-authentication/resteasy-examples/.settings/.jsdtscope
562B
Code/chapter02/client-cert-authentication/resteasy-examples/.settings/org.eclipse.core.resources.prefs
85B
Code/chapter02/client-cert-authentication/resteasy-examples/.settings/org.eclipse.jdt.core.prefs
422B
Code/chapter02/client-cert-authentication/resteasy-examples/.settings/org.eclipse.m2e.core.prefs
86B
Code/chapter02/client-cert-authentication/resteasy-examples/.settings/org.eclipse.wst.common.component
682B
Code/chapter02/client-cert-authentication/resteasy-examples/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
309B
Code/chapter02/client-cert-authentication/resteasy-examples/.settings/org.eclipse.wst.common.project.facet.core.xml
337B
Code/chapter02/client-cert-authentication/resteasy-examples/.settings/org.eclipse.wst.jsdt.ui.superType.container
49B
Code/chapter02/client-cert-authentication/resteasy-examples/.settings/org.eclipse.wst.jsdt.ui.superType.name
6B
Code/chapter02/client-cert-authentication/resteasy-examples/.settings/org.eclipse.wst.validation.prefs
48B
Code/chapter02/client-cert-authentication/resteasy-examples/pom.xml
2.51KB
Code/chapter02/client-cert-authentication/resteasy-examples/src/main/java/com/packtpub/resteasy/entities/Person.java
824B
Code/chapter02/client-cert-authentication/resteasy-examples/src/main/java/com/packtpub/resteasy/services/MyRestEasyApplication.java
468B
Code/chapter02/client-cert-authentication/resteasy-examples/src/main/java/com/packtpub/resteasy/services/PersonService.java
1.16KB
Code/chapter02/client-cert-authentication/resteasy-examples/src/main/webapp/index.jsp
167B
Code/chapter02/client-cert-authentication/resteasy-examples/src/main/webapp/WEB-INF/jboss-web.xml
131B
Code/chapter02/client-cert-authentication/resteasy-examples/src/main/webapp/WEB-INF/web.xml
1.08KB
Code/chapter02/client-cert-authentication/resteasy-examples/target/classes/com/packtpub/resteasy/entities/Person.class
1.25KB
Code/chapter02/client-cert-authentication/resteasy-examples/target/classes/com/packtpub/resteasy/services/MyRestEasyApplication.class
891B
Code/chapter02/client-cert-authentication/resteasy-examples/target/classes/com/packtpub/resteasy/services/PersonService.class
2.36KB
Code/chapter02/client-cert-authentication/resteasy-examples/target/maven-archiver/pom.properties
121B
Code/chapter02/client-cert-authentication/resteasy-examples/target/resteasy-examples.war
6.66KB
Code/chapter02/client-cert-authentication/resteasy-examples/target/resteasy-examples/index.jsp
167B
Code/chapter02/client-cert-authentication/resteasy-examples/target/resteasy-examples/WEB-INF/classes/com/packtpub/resteasy/entities/Person.class
1.25KB
Code/chapter02/client-cert-authentication/resteasy-examples/target/resteasy-examples/WEB-INF/classes/com/packtpub/resteasy/services/MyRestEasyApplication.class
891B
Code/chapter02/client-cert-authentication/resteasy-examples/target/resteasy-examples/WEB-INF/classes/com/packtpub/resteasy/services/PersonService.class
2.36KB
Code/chapter02/client-cert-authentication/resteasy-examples/target/resteasy-examples/WEB-INF/jboss-web.xml
131B
Code/chapter02/client-cert-authentication/resteasy-examples/target/resteasy-examples/WEB-INF/web.xml
1.08KB
Code/chapter02/client-cert-authentication/steps to generate certificates
2.97KB
Code/chapter02/digest-authentication/resteasy-examples/.classpath
1.19KB
Code/chapter02/digest-authentication/resteasy-examples/.project
1.5KB
Code/chapter02/digest-authentication/resteasy-examples/.settings/.jsdtscope
562B
Code/chapter02/digest-authentication/resteasy-examples/.settings/org.eclipse.core.resources.prefs
85B
Code/chapter02/digest-authentication/resteasy-examples/.settings/org.eclipse.jdt.core.prefs
422B
Code/chapter02/digest-authentication/resteasy-examples/.settings/org.eclipse.m2e.core.prefs
86B
Code/chapter02/digest-authentication/resteasy-examples/.settings/org.eclipse.wst.common.component
682B
Code/chapter02/digest-authentication/resteasy-examples/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
309B
Code/chapter02/digest-authentication/resteasy-examples/.settings/org.eclipse.wst.common.project.facet.core.xml
337B
Code/chapter02/digest-authentication/resteasy-examples/.settings/org.eclipse.wst.jsdt.ui.superType.container
49B
Code/chapter02/digest-authentication/resteasy-examples/.settings/org.eclipse.wst.jsdt.ui.superType.name
6B
Code/chapter02/digest-authentication/resteasy-examples/.settings/org.eclipse.wst.validation.prefs
48B
Code/chapter02/digest-authentication/resteasy-examples/pom.xml
2.51KB
Code/chapter02/digest-authentication/resteasy-examples/src/main/java/com/packtpub/resteasy/entities/Person.java
824B
Code/chapter02/digest-authentication/resteasy-examples/src/main/java/com/packtpub/resteasy/services/MyRestEasyApplication.java
468B
Code/chapter02/digest-authentication/resteasy-examples/src/main/java/com/packtpub/resteasy/services/PersonService.java
1.16KB
Code/chapter02/digest-authentication/resteasy-examples/src/main/webapp/index.jsp
167B
Code/chapter02/digest-authentication/resteasy-examples/src/main/webapp/WEB-INF/jboss-web.xml
133B
Code/chapter02/digest-authentication/resteasy-examples/src/main/webapp/WEB-INF/web.xml
1KB
Code/chapter02/digest-authentication/resteasy-examples/target/classes/com/packtpub/resteasy/entities/Person.class
1.25KB
Code/chapter02/digest-authentication/resteasy-examples/target/classes/com/packtpub/resteasy/services/MyRestEasyApplication.class
891B
Code/chapter02/digest-authentication/resteasy-examples/target/classes/com/packtpub/resteasy/services/PersonService.class
2.36KB
Code/chapter02/digest-authentication/resteasy-examples/target/maven-archiver/pom.properties
121B
Code/chapter02/digest-authentication/resteasy-examples/target/resteasy-examples.war
6.64KB
Code/chapter02/digest-authentication/resteasy-examples/target/resteasy-examples/index.jsp
167B
Code/chapter02/digest-authentication/resteasy-examples/target/resteasy-examples/WEB-INF/classes/com/packtpub/resteasy/entities/Person.class
1.25KB
Code/chapter02/digest-authentication/resteasy-examples/target/resteasy-examples/WEB-INF/classes/com/packtpub/resteasy/services/MyRestEasyApplication.class
891B
Code/chapter02/digest-authentication/resteasy-examples/target/resteasy-examples/WEB-INF/classes/com/packtpub/resteasy/services/PersonService.class
2.36KB
Code/chapter02/digest-authentication/resteasy-examples/target/resteasy-examples/WEB-INF/jboss-web.xml
133B
Code/chapter02/digest-authentication/resteasy-examples/target/resteasy-examples/WEB-INF/web.xml
1KB
Code/chapter03/annotations/resteasy-examples/.classpath
1.26KB
Code/chapter03/annotations/resteasy-examples/.gitignore
9B
Code/chapter03/annotations/resteasy-examples/.project
1.5KB
Code/chapter03/annotations/resteasy-examples/.settings/.jsdtscope
562B
Code/chapter03/annotations/resteasy-examples/.settings/org.eclipse.core.resources.prefs
85B
Code/chapter03/annotations/resteasy-examples/.settings/org.eclipse.jdt.core.prefs
422B
Code/chapter03/annotations/resteasy-examples/.settings/org.eclipse.m2e.core.prefs
86B
Code/chapter03/annotations/resteasy-examples/.settings/org.eclipse.wst.common.component
682B
Code/chapter03/annotations/resteasy-examples/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
309B
Code/chapter03/annotations/resteasy-examples/.settings/org.eclipse.wst.common.project.facet.core.xml
337B
Code/chapter03/annotations/resteasy-examples/.settings/org.eclipse.wst.jsdt.ui.superType.container
49B
Code/chapter03/annotations/resteasy-examples/.settings/org.eclipse.wst.jsdt.ui.superType.name
6B
Code/chapter03/annotations/resteasy-examples/.settings/org.eclipse.wst.validation.prefs
48B
Code/chapter03/annotations/resteasy-examples/pom.xml
2.69KB
Code/chapter03/annotations/resteasy-examples/src/main/java/com/packtpub/resteasy/entities/Person.java
954B
Code/chapter03/annotations/resteasy-examples/src/main/java/com/packtpub/resteasy/services/MyRestEasyApplication.java
468B
Code/chapter03/annotations/resteasy-examples/src/main/java/com/packtpub/resteasy/services/PersonService.java
1.6KB
Code/chapter03/annotations/resteasy-examples/src/main/webapp/index.jsp
167B
Code/chapter03/annotations/resteasy-examples/src/main/webapp/WEB-INF/jboss-web.xml
112B
Code/chapter03/annotations/resteasy-examples/src/main/webapp/WEB-INF/web.xml
1005B
Code/chapter03/resteasy-examples/.classpath
1.19KB
Code/chapter03/resteasy-examples/.project
1.5KB
Code/chapter03/resteasy-examples/.settings/.jsdtscope
562B
Code/chapter03/resteasy-examples/.settings/org.eclipse.core.resources.prefs
85B
Code/chapter03/resteasy-examples/.settings/org.eclipse.jdt.core.prefs
422B
Code/chapter03/resteasy-examples/.settings/org.eclipse.m2e.core.prefs
86B
Code/chapter03/resteasy-examples/.settings/org.eclipse.wst.common.component
682B
Code/chapter03/resteasy-examples/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
309B
Code/chapter03/resteasy-examples/.settings/org.eclipse.wst.common.project.facet.core.xml
337B
Code/chapter03/resteasy-examples/.settings/org.eclipse.wst.jsdt.ui.superType.container
49B
Code/chapter03/resteasy-examples/.settings/org.eclipse.wst.jsdt.ui.superType.name
6B
Code/chapter03/resteasy-examples/.settings/org.eclipse.wst.validation.prefs
48B
Code/chapter03/resteasy-examples/pom.xml
2.69KB
Code/chapter03/resteasy-examples/src/main/java/com/packtpub/resteasy/entities/Person.java
954B
Code/chapter03/resteasy-examples/src/main/java/com/packtpub/resteasy/services/MyRestEasyApplication.java
468B
Code/chapter03/resteasy-examples/src/main/java/com/packtpub/resteasy/services/PersonService.java
1.48KB
Code/chapter03/resteasy-examples/src/main/webapp/index.jsp
167B
Code/chapter03/resteasy-examples/src/main/webapp/WEB-INF/jboss-web.xml
112B
Code/chapter03/resteasy-examples/src/main/webapp/WEB-INF/web.xml
1.51KB
Code/chapter03/resteasy-examples/target/classes/com/packtpub/resteasy/entities/Person.class
1.57KB
Code/chapter03/resteasy-examples/target/classes/com/packtpub/resteasy/services/MyRestEasyApplication.class
891B
Code/chapter03/resteasy-examples/target/classes/com/packtpub/resteasy/services/PersonService.class
2.98KB
Code/chapter03/resteasy-examples/target/maven-archiver/pom.properties
121B
Code/chapter03/resteasy-examples/target/resteasy-examples.war
7.07KB
Code/chapter03/resteasy-examples/target/resteasy-examples/index.jsp
167B
Code/chapter03/resteasy-examples/target/resteasy-examples/WEB-INF/classes/com/packtpub/resteasy/entities/Person.class
1.57KB
Code/chapter03/resteasy-examples/target/resteasy-examples/WEB-INF/classes/com/packtpub/resteasy/services/MyRestEasyApplication.class
891B
Code/chapter03/resteasy-examples/target/resteasy-examples/WEB-INF/classes/com/packtpub/resteasy/services/PersonService.class
2.98KB
Code/chapter03/resteasy-examples/target/resteasy-examples/WEB-INF/jboss-web.xml
112B
Code/chapter03/resteasy-examples/target/resteasy-examples/WEB-INF/web.xml
1.51KB
Code/chapter04/CustomInterceptorsDemo/.classpath
1.24KB
Code/chapter04/CustomInterceptorsDemo/.project
1.29KB
Code/chapter04/CustomInterceptorsDemo/.settings/org.eclipse.jdt.core.prefs
243B
Code/chapter04/CustomInterceptorsDemo/.settings/org.eclipse.m2e.core.prefs
90B
Code/chapter04/CustomInterceptorsDemo/.settings/org.eclipse.wst.common.component
825B
Code/chapter04/CustomInterceptorsDemo/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
171B
Code/chapter04/CustomInterceptorsDemo/.settings/org.eclipse.wst.common.project.facet.core.xml
324B
Code/chapter04/CustomInterceptorsDemo/pom.xml
1.58KB
Code/chapter04/CustomInterceptorsDemo/src/main/java/com/howtodoinjava/demo/rest/data/CompactDiscDatabase.java
970B
Code/chapter04/CustomInterceptorsDemo/src/main/java/com/howtodoinjava/demo/rest/data/UserDatabase.java
798B
Code/chapter04/CustomInterceptorsDemo/src/main/java/com/howtodoinjava/demo/rest/model/CompactDisc.java
1.67KB
Code/chapter04/CustomInterceptorsDemo/src/main/java/com/howtodoinjava/demo/rest/model/User.java
1.41KB
Code/chapter04/CustomInterceptorsDemo/src/main/java/com/howtodoinjava/demo/rest/security/MyResponse.java
423B
Code/chapter04/CustomInterceptorsDemo/src/main/java/com/howtodoinjava/demo/rest/security/SecurityFilter.java
3.47KB
Code/chapter04/CustomInterceptorsDemo/src/main/java/com/howtodoinjava/demo/rest/security/SecurityInterceptor.java
3.71KB
Code/chapter04/CustomInterceptorsDemo/src/main/java/com/howtodoinjava/demo/rest/service/CompactDiscService.java
1KB
Code/chapter04/CustomInterceptorsDemo/src/main/java/com/howtodoinjava/demo/rest/service/UserService.java
913B
Code/chapter04/CustomInterceptorsDemo/src/main/webapp/index.jsp
57B
Code/chapter04/CustomInterceptorsDemo/src/main/webapp/WEB-INF/web.xml
677B
Code/chapter04/CustomInterceptorsDemo/target/classes/com/howtodoinjava/demo/rest/data/CompactDiscDatabase.class
1.71KB
Code/chapter04/CustomInterceptorsDemo/target/classes/com/howtodoinjava/demo/rest/data/UserDatabase.class
1.65KB
Code/chapter04/CustomInterceptorsDemo/target/classes/com/howtodoinjava/demo/rest/model/CompactDisc.class
1.64KB
Code/chapter04/CustomInterceptorsDemo/target/classes/com/howtodoinjava/demo/rest/model/User.class
1.86KB
Code/chapter04/CustomInterceptorsDemo/target/classes/com/howtodoinjava/demo/rest/security/MyResponse.class
517B
Code/chapter04/CustomInterceptorsDemo/target/classes/com/howtodoinjava/demo/rest/security/SecurityFilter.class
4.15KB
Code/chapter04/CustomInterceptorsDemo/target/classes/com/howtodoinjava/demo/rest/security/SecurityInterceptor.class
4.18KB
Code/chapter04/CustomInterceptorsDemo/target/classes/com/howtodoinjava/demo/rest/service/CompactDiscService.class
1.76KB
Code/chapter04/CustomInterceptorsDemo/target/classes/com/howtodoinjava/demo/rest/service/UserService.class
1.69KB
Code/chapter04/CustomInterceptorsDemo/target/m2e-wtp/web-resources/META-INF/MANIFEST.MF
107B
Code/chapter04/CustomInterceptorsDemo/target/m2e-wtp/web-resources/META-INF/maven/com.howtodoinjava.app/RESTEasyEtagDemo/pom.properties
273B
Code/chapter04/CustomInterceptorsDemo/target/m2e-wtp/web-resources/META-INF/maven/com.howtodoinjava.app/RESTEasyEtagDemo/pom.xml
1.58KB
Code/chapter04/CustomInterceptorsDemo/target/maven-archiver/pom.properties
134B
Code/chapter04/CustomInterceptorsDemo/target/RESTEasyEtagDemo.war
1.6MB
Code/chapter04/CustomInterceptorsDemo/target/RESTEasyEtagDemo/index.jsp
57B
Code/chapter04/CustomInterceptorsDemo/target/RESTEasyEtagDemo/WEB-INF/classes/com/howtodoinjava/demo/rest/data/UserDatabase.class
1.65KB
Code/chapter04/CustomInterceptorsDemo/target/RESTEasyEtagDemo/WEB-INF/classes/com/howtodoinjava/demo/rest/model/User.class
1.86KB
Code/chapter04/CustomInterceptorsDemo/target/RESTEasyEtagDemo/WEB-INF/classes/com/howtodoinjava/demo/rest/security/MyResponse.class
517B
Code/chapter04/CustomInterceptorsDemo/target/RESTEasyEtagDemo/WEB-INF/classes/com/howtodoinjava/demo/rest/security/SecurityInterceptor.class
4.58KB
Code/chapter04/CustomInterceptorsDemo/target/RESTEasyEtagDemo/WEB-INF/classes/com/howtodoinjava/demo/rest/service/UserService.class
1.8KB
Code/chapter04/CustomInterceptorsDemo/target/RESTEasyEtagDemo/WEB-INF/lib/javassist-3.6.0.GA.jar
529.53KB
Code/chapter04/CustomInterceptorsDemo/target/RESTEasyEtagDemo/WEB-INF/lib/jaxb-impl-2.2.5-2.jar
1.06MB
Code/chapter04/CustomInterceptorsDemo/target/RESTEasyEtagDemo/WEB-INF/lib/jaxrs-api-3.0.2.Final.jar
104.58KB
Code/chapter04/CustomInterceptorsDemo/target/RESTEasyEtagDemo/WEB-INF/lib/resteasy-jaxb-provider-3.0.2.Final.jar
64.94KB
Code/chapter04/CustomInterceptorsDemo/target/RESTEasyEtagDemo/WEB-INF/lib/scannotation-1.0.2.jar
18.04KB
Code/chapter04/CustomInterceptorsDemo/target/RESTEasyEtagDemo/WEB-INF/web.xml
677B
Code/chapter04/OAuthExample/configuration/application-roles.properties
634B
Code/chapter04/OAuthExample/configuration/application-users.properties
812B
Code/chapter04/OAuthExample/configuration/client-truststore.ts
2.18KB
W3siaWQiOiJleG9jX2JfUExBWSIsImFkc3BvdCI6ImJfUExBWSIsIndlaWdodCI6IjEiLCJmY2FwIjpmYWxzZSwic2NoZWR1bGUiOmZhbHNlLCJtYXhXaWR0aCI6ZmFsc2UsIm1pbldpZHRoIjpmYWxzZSwidGltZXpvbmUiOmZhbHNlLCJleGNsdWRlIjpmYWxzZSwiZG9tYWluIjpmYWxzZSwiY29kZSI6IjwhLS1cclxuPGEgaHJlZj1cImh0dHBzOlwvXC9zeW5kaWNhdGlvbi5keW5zcnZ0YmcuY29tXC9zcGxhc2gucGhwP2lkem9uZT0xOTYxMDkyJnJldHVybl91cmw9aHR0cHM6XC9cL3RlbGxtZS5wd1wvZ29cL2J0c1wiICBjbGFzcz1cImJ0biBidG4td2FybmluZ1wiIHRhcmdldD1cIl9ibGFua1wiPjxzcGFuIGNsYXNzPVwiZ2x5cGhpY29uIGdseXBoaWNvbi1wbGF5XCI+PFwvc3Bhbj4gUGxheSBOb3c8XC9hPlxyXG4tLT4ifV0=
Code/chapter04/OAuthExample/configuration/commerce-roles.properties
688B
Code/chapter04/OAuthExample/configuration/commerce-users.properties
939B
Code/chapter04/OAuthExample/configuration/keystoreCommands.txt
2.08KB
Code/chapter04/OAuthExample/configuration/logging.properties
1.99KB
Code/chapter04/OAuthExample/configuration/mgmt-users.properties
836B
Code/chapter04/OAuthExample/configuration/realm.cer
597B
Code/chapter04/OAuthExample/configuration/realm.jks
1.34KB
Code/chapter04/OAuthExample/configuration/server.cer
752B
Code/chapter04/OAuthExample/configuration/server.jks
2.24KB
Code/chapter04/OAuthExample/configuration/standalone-full-ha.xml
26.39KB
Code/chapter04/OAuthExample/configuration/standalone-full.xml
20.31KB
Code/chapter04/OAuthExample/configuration/standalone-ha.xml
19.88KB
Code/chapter04/OAuthExample/configuration/standalone.xml
16.62KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-103714801/standalone.v1.xml
15.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-103714801/standalone.v2.xml
15.63KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-104645746/standalone.v1.xml
15.79KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-104645746/standalone.v2.xml
15.79KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-104645746/standalone.v3.xml
15.79KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-104645746/standalone.v4.xml
15.96KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-104645746/standalone.v5.xml
16.13KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-104645746/standalone.v6.xml
16.29KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-115945352/standalone.v1.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-115945352/standalone.v2.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-115945352/standalone.v3.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-121418175/standalone.v1.xml
15.43KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-121418175/standalone.v2.xml
15.63KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-121418175/standalone.v3.xml
15.79KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-121418175/standalone.v4.xml
15.96KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-121418175/standalone.v5.xml
16.13KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-121418175/standalone.v6.xml
16.29KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184110524/standalone.v1.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184110524/standalone.v10.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184110524/standalone.v11.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184110524/standalone.v12.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184110524/standalone.v13.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184110524/standalone.v14.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184110524/standalone.v15.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184110524/standalone.v16.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184110524/standalone.v17.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184110524/standalone.v2.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184110524/standalone.v3.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184110524/standalone.v4.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184110524/standalone.v5.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184110524/standalone.v6.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184110524/standalone.v7.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184110524/standalone.v8.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184110524/standalone.v9.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184811595/standalone.v1.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184811595/standalone.v10.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184811595/standalone.v11.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184811595/standalone.v12.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184811595/standalone.v13.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184811595/standalone.v14.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184811595/standalone.v15.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184811595/standalone.v16.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184811595/standalone.v17.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184811595/standalone.v18.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184811595/standalone.v2.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184811595/standalone.v3.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184811595/standalone.v4.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184811595/standalone.v5.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184811595/standalone.v6.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184811595/standalone.v7.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184811595/standalone.v8.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/20140710-184811595/standalone.v9.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/current/standalone.v1.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/current/standalone.v2.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/current/standalone.v3.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/current/standalone.v4.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/current/standalone.v5.xml
16.62KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/standalone.boot.xml
16.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/standalone.initial.xml
15.46KB
Code/chapter04/OAuthExample/configuration/standalone_xml_history/standalone.last.xml
16.62KB
Code/chapter04/OAuthExample/discstore/.classpath
1.14KB
Code/chapter04/OAuthExample/discstore/.project
1.37KB
Code/chapter04/OAuthExample/discstore/.settings/.jsdtscope
575B
Code/chapter04/OAuthExample/discstore/.settings/org.eclipse.jdt.core.prefs
430B
Code/chapter04/OAuthExample/discstore/.settings/org.eclipse.m2e.core.prefs
90B
Code/chapter04/OAuthExample/discstore/.settings/org.eclipse.wst.common.component
581B
Code/chapter04/OAuthExample/discstore/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
171B
Code/chapter04/OAuthExample/discstore/.settings/org.eclipse.wst.common.project.facet.core.xml
347B
Code/chapter04/OAuthExample/discstore/.settings/org.eclipse.wst.jsdt.ui.superType.container
49B
Code/chapter04/OAuthExample/discstore/.settings/org.eclipse.wst.jsdt.ui.superType.name
6B
Code/chapter04/OAuthExample/discstore/.settings/org.eclipse.wst.validation.prefs
50B
Code/chapter04/OAuthExample/discstore/pom.xml
1.77KB
Code/chapter04/OAuthExample/discstore/src/main/java/com/packtpub/resteasy/example/oauth/CompactDiscService.java
539B
Code/chapter04/OAuthExample/discstore/src/main/java/com/packtpub/resteasy/example/oauth/DataApplication.java
229B
Code/chapter04/OAuthExample/discstore/src/main/java/com/packtpub/resteasy/example/oauth/OauthClientTest.java
2.2KB
Code/chapter04/OAuthExample/discstore/src/main/webapp/index.jsp
52B
Code/chapter04/OAuthExample/discstore/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
463B
Code/chapter04/OAuthExample/discstore/src/main/webapp/WEB-INF/jboss-web.xml
148B
Code/chapter04/OAuthExample/discstore/src/main/webapp/WEB-INF/resteasy-oauth.json
282B
Code/chapter04/OAuthExample/discstore/src/main/webapp/WEB-INF/web.xml
882B
Code/chapter04/OAuthExample/discstore/target/classes/com/packtpub/resteasy/example/oauth/CompactDiscService.class
978B
Code/chapter04/OAuthExample/discstore/target/classes/com/packtpub/resteasy/example/oauth/DataApplication.class
443B
Code/chapter04/OAuthExample/discstore/target/classes/com/packtpub/resteasy/example/oauth/OauthClientTest.class
4.19KB
Code/chapter04/OAuthExample/discstore/target/discstore.war
7.52KB
Code/chapter04/OAuthExample/discstore/target/discstore/index.jsp
52B
Code/chapter04/OAuthExample/discstore/target/discstore/WEB-INF/classes/com/packtpub/resteasy/example/oauth/CompactDiscService.class
978B
Code/chapter04/OAuthExample/discstore/target/discstore/WEB-INF/classes/com/packtpub/resteasy/example/oauth/DataApplication.class
443B
Code/chapter04/OAuthExample/discstore/target/discstore/WEB-INF/classes/com/packtpub/resteasy/example/oauth/OauthClientTest.class
4.19KB
Code/chapter04/OAuthExample/discstore/target/discstore/WEB-INF/jboss-deployment-structure.xml
463B
Code/chapter04/OAuthExample/discstore/target/discstore/WEB-INF/jboss-web.xml
148B
Code/chapter04/OAuthExample/discstore/target/discstore/WEB-INF/resteasy-oauth.json
282B
Code/chapter04/OAuthExample/discstore/target/discstore/WEB-INF/web.xml
882B
Code/chapter04/OAuthExample/discstore/target/maven-archiver/pom.properties
109B
Code/chapter04/OAuthExample/oauth-client/.classpath
1.14KB
Code/chapter04/OAuthExample/oauth-client/.project
1.37KB
Code/chapter04/OAuthExample/oauth-client/.settings/.jsdtscope
575B
Code/chapter04/OAuthExample/oauth-client/.settings/org.eclipse.jdt.core.prefs
430B
Code/chapter04/OAuthExample/oauth-client/.settings/org.eclipse.m2e.core.prefs
90B
Code/chapter04/OAuthExample/oauth-client/.settings/org.eclipse.wst.common.component
590B
Code/chapter04/OAuthExample/oauth-client/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
171B
Code/chapter04/OAuthExample/oauth-client/.settings/org.eclipse.wst.common.project.facet.core.xml
347B
Code/chapter04/OAuthExample/oauth-client/.settings/org.eclipse.wst.jsdt.ui.superType.container
49B
Code/chapter04/OAuthExample/oauth-client/.settings/org.eclipse.wst.jsdt.ui.superType.name
6B
Code/chapter04/OAuthExample/oauth-client/.settings/org.eclipse.wst.validation.prefs
50B
Code/chapter04/OAuthExample/oauth-client/pom.xml
1.98KB
Code/chapter04/OAuthExample/oauth-client/src/main/java/com/packtpub/resteasy/example/oauth/CompactDiscsDatabaseClient.java
2.03KB
Code/chapter04/OAuthExample/oauth-client/src/main/java/com/packtpub/resteasy/example/oauth/Loader.java
1.77KB
Code/chapter04/OAuthExample/oauth-client/src/main/webapp/discsList.jsp
455B
Code/chapter04/OAuthExample/oauth-client/src/main/webapp/index.html
154B
Code/chapter04/OAuthExample/oauth-client/src/main/webapp/redirect.jsp
145B
Code/chapter04/OAuthExample/oauth-client/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
504B
Code/chapter04/OAuthExample/oauth-client/src/main/webapp/WEB-INF/web.xml
704B
Code/chapter04/OAuthExample/oauth-client/target/classes/com/packtpub/resteasy/example/oauth/CompactDiscsDatabaseClient$1.class
695B
Code/chapter04/OAuthExample/oauth-client/target/classes/com/packtpub/resteasy/example/oauth/CompactDiscsDatabaseClient.class
4KB
Code/chapter04/OAuthExample/oauth-client/target/classes/com/packtpub/resteasy/example/oauth/Loader.class
2.74KB
Code/chapter04/OAuthExample/oauth-client/target/maven-archiver/pom.properties
123B
Code/chapter04/OAuthExample/oauth-client/target/oauth-client.war
8.42KB
Code/chapter04/OAuthExample/oauth-client/target/oauth-client/discsList.jsp
455B
Code/chapter04/OAuthExample/oauth-client/target/oauth-client/index.html
154B
Code/chapter04/OAuthExample/oauth-client/target/oauth-client/redirect.jsp
145B
Code/chapter04/OAuthExample/oauth-client/target/oauth-client/WEB-INF/classes/com/packtpub/resteasy/example/oauth/CompactDiscsDatabaseClient$1.class
695B
Code/chapter04/OAuthExample/oauth-client/target/oauth-client/WEB-INF/classes/com/packtpub/resteasy/example/oauth/CompactDiscsDatabaseClient.class
4KB
Code/chapter04/OAuthExample/oauth-client/target/oauth-client/WEB-INF/classes/com/packtpub/resteasy/example/oauth/Loader.class
2.74KB
Code/chapter04/OAuthExample/oauth-client/target/oauth-client/WEB-INF/jboss-deployment-structure.xml
504B
Code/chapter04/OAuthExample/oauth-client/target/oauth-client/WEB-INF/web.xml
704B
Code/chapter04/OAuthExample/oauth-server/.classpath
1.28KB
Code/chapter04/OAuthExample/oauth-server/.project
1.19KB
Code/chapter04/OAuthExample/oauth-server/.settings/.jsdtscope
575B
Code/chapter04/OAuthExample/oauth-server/.settings/org.eclipse.jdt.core.prefs
430B
Code/chapter04/OAuthExample/oauth-server/.settings/org.eclipse.m2e.core.prefs
90B
Code/chapter04/OAuthExample/oauth-server/.settings/org.eclipse.wst.common.component
679B
Code/chapter04/OAuthExample/oauth-server/.settings/org.eclipse.wst.common.project.facet.core.xml
252B
Code/chapter04/OAuthExample/oauth-server/.settings/org.eclipse.wst.jsdt.ui.superType.container
49B
Code/chapter04/OAuthExample/oauth-server/.settings/org.eclipse.wst.jsdt.ui.superType.name
6B
Code/chapter04/OAuthExample/oauth-server/.settings/org.eclipse.wst.validation.prefs
50B
Code/chapter04/OAuthExample/oauth-server/pom.xml
1.41KB
Code/chapter04/OAuthExample/oauth-server/src/main/webapp/admin/admin.html
571B
Code/chapter04/OAuthExample/oauth-server/src/main/webapp/error.html
153B
Code/chapter04/OAuthExample/oauth-server/src/main/webapp/index.jsp
436B
Code/chapter04/OAuthExample/oauth-server/src/main/webapp/login.jsp
1.01KB
Code/chapter04/OAuthExample/oauth-server/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
476B
Code/chapter04/OAuthExample/oauth-server/src/main/webapp/WEB-INF/jboss-web.xml
223B
Code/chapter04/OAuthExample/oauth-server/src/main/webapp/WEB-INF/resteasy-oauth.json
547B
Code/chapter04/OAuthExample/oauth-server/src/main/webapp/WEB-INF/web.xml
1.47KB
Code/chapter04/OAuthExample/oauth-server/target/maven-archiver/pom.properties
112B
Code/chapter04/OAuthExample/oauth-server/target/oauth-server.war
5.01KB
Code/chapter04/OAuthExample/oauth-server/target/oauth-server/admin/admin.html
571B
Code/chapter04/OAuthExample/oauth-server/target/oauth-server/error.html
153B
Code/chapter04/OAuthExample/oauth-server/target/oauth-server/index.jsp
436B
Code/chapter04/OAuthExample/oauth-server/target/oauth-server/login.jsp
1.01KB
Code/chapter04/OAuthExample/oauth-server/target/oauth-server/WEB-INF/jboss-deployment-structure.xml
476B
Code/chapter04/OAuthExample/oauth-server/target/oauth-server/WEB-INF/jboss-web.xml
223B
Code/chapter04/OAuthExample/oauth-server/target/oauth-server/WEB-INF/resteasy-oauth.json
547B
Code/chapter04/OAuthExample/oauth-server/target/oauth-server/WEB-INF/web.xml
1.47KB
Code/chapter04/token-grant/.classpath
1.08KB
Code/chapter04/token-grant/.project
1.19KB
Code/chapter04/token-grant/.settings/.jsdtscope
575B
Code/chapter04/token-grant/.settings/org.eclipse.jdt.core.prefs
430B
Code/chapter04/token-grant/.settings/org.eclipse.m2e.core.prefs
90B
Code/chapter04/token-grant/.settings/org.eclipse.wst.common.component
587B
Code/chapter04/token-grant/.settings/org.eclipse.wst.common.project.facet.core.xml
252B
Code/chapter04/token-grant/.settings/org.eclipse.wst.jsdt.ui.superType.container
49B
Code/chapter04/token-grant/.settings/org.eclipse.wst.jsdt.ui.superType.name
6B
Code/chapter04/token-grant/.settings/org.eclipse.wst.validation.prefs
50B
Code/chapter04/token-grant/pom.xml
1.78KB
Code/chapter04/token-grant/src/main/java/com/packtpub/resteasy/example/tokengrant/CompactDiscsDatabaseClient.java
1.57KB
Code/chapter04/token-grant/src/main/webapp/discsList.jsp
453B
Code/chapter04/token-grant/src/main/webapp/index.html
159B
Code/chapter04/token-grant/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
504B
Code/chapter04/token-grant/src/main/webapp/WEB-INF/web.xml
589B
Code/chapter04/token-grant/target/classes/com/packtpub/resteasy/example/tokengrant/CompactDiscsDatabaseClient$1.class
671B
Code/chapter04/token-grant/target/classes/com/packtpub/resteasy/example/tokengrant/CompactDiscsDatabaseClient.class
3.18KB
Code/chapter04/token-grant/target/m2e-wtp/web-resources/META-INF/maven/com.packtpub/token-grant/pom.properties
242B
Code/chapter04/token-grant/target/m2e-wtp/web-resources/META-INF/maven/com.packtpub/token-grant/pom.xml
1.78KB
Code/chapter04/token-grant/target/maven-archiver/pom.properties
122B
Code/chapter04/token-grant/target/token-grant.war
6.22KB
Code/chapter04/token-grant/target/token-grant/discsList.jsp
453B
Code/chapter04/token-grant/target/token-grant/index.html
159B
Code/chapter04/token-grant/target/token-grant/WEB-INF/classes/com/packtpub/resteasy/example/tokengrant/CompactDiscsDatabaseClient$1.class
671B
Code/chapter04/token-grant/target/token-grant/WEB-INF/classes/com/packtpub/resteasy/example/tokengrant/CompactDiscsDatabaseClient.class
3.18KB
Code/chapter04/token-grant/target/token-grant/WEB-INF/jboss-deployment-structure.xml
504B
Code/chapter04/token-grant/target/token-grant/WEB-INF/web.xml
589B
Code/chapter05/encryption/.classpath
1.18KB
Code/chapter05/encryption/.project
1.31KB
Code/chapter05/encryption/.settings/.jsdtscope
562B
Code/chapter05/encryption/.settings/org.eclipse.core.resources.prefs
120B
Code/chapter05/encryption/.settings/org.eclipse.jdt.core.prefs
422B
Code/chapter05/encryption/.settings/org.eclipse.m2e.core.prefs
86B
Code/chapter05/encryption/.settings/org.eclipse.wst.common.component
744B
Code/chapter05/encryption/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
309B
Code/chapter05/encryption/.settings/org.eclipse.wst.common.project.facet.core.xml
337B
Code/chapter05/encryption/.settings/org.eclipse.wst.jsdt.ui.superType.container
49B
Code/chapter05/encryption/.settings/org.eclipse.wst.jsdt.ui.superType.name
6B
Code/chapter05/encryption/.settings/org.eclipse.wst.validation.prefs
48B
Code/chapter05/encryption/pom.xml
2.75KB
Code/chapter05/encryption/src/main/java/com/packtpub/EncryptedApplication.java
463B
Code/chapter05/encryption/src/main/java/com/packtpub/EncryptedService.java
740B
Code/chapter05/encryption/src/main/resources/democert.pem
1.1KB
Code/chapter05/encryption/src/main/resources/demokey.pem
887B
Code/chapter05/encryption/src/main/test/com/packtpub/EncryptedServiceTest.java
1.3KB
Code/chapter05/encryption/src/main/webapp/index.jsp
361B
Code/chapter05/encryption/target/classes/com/packtpub/EncryptedApplication.class
890B
Code/chapter05/encryption/target/classes/com/packtpub/EncryptedService.class
1.41KB
Code/chapter05/encryption/target/classes/com/packtpub/EncryptedServiceTest.class
2.37KB
Code/chapter05/encryption/target/classes/democert.pem
1.1KB
Code/chapter05/encryption/target/classes/demokey.pem
887B
Code/chapter05/encryption/target/encryption-1.0.war
3.2MB
Code/chapter05/encryption/target/encryption-1.0/index.jsp
361B
Code/chapter05/encryption/target/encryption-1.0/WEB-INF/classes/com/packtpub/EncryptedApplication.class
886B
Code/chapter05/encryption/target/encryption-1.0/WEB-INF/classes/com/packtpub/EncryptedService.class
1.39KB
Code/chapter05/encryption/target/encryption-1.0/WEB-INF/classes/democert.pem
1.1KB
Code/chapter05/encryption/target/encryption-1.0/WEB-INF/classes/demokey.pem
887B
Code/chapter05/encryption/target/encryption-1.0/WEB-INF/lib/activation-1.1.jar
61.51KB
Code/chapter05/encryption/target/encryption-1.0/WEB-INF/lib/apache-mime4j-0.6.jar
336.96KB
Code/chapter05/encryption/target/encryption-1.0/WEB-INF/lib/bcmail-jdk16-1.46.jar
489.71KB
Code/chapter05/encryption/target/encryption-1.0/WEB-INF/lib/bcprov-jdk16-1.46.jar
1.79MB
Code/chapter05/encryption/target/encryption-1.0/WEB-INF/lib/commons-logging-1.1.1.jar
59.26KB
Code/chapter05/encryption/target/encryption-1.0/WEB-INF/lib/junit-4.8.1.jar
231.49KB
Code/chapter05/encryption/target/encryption-1.0/WEB-INF/lib/mail-1.4.4.jar
483.32KB
Code/chapter05/encryption/target/encryption-1.0/WEB-INF/lib/resteasy-client-3.0.6.Final.jar
135.71KB
Code/chapter05/encryption/target/encryption-1.0/WEB-INF/lib/resteasy-crypto-3.0.6.Final.jar
80.81KB
Code/chapter05/encryption/target/m2e-wtp/web-resources/META-INF/MANIFEST.MF
213B
Code/chapter05/encryption/target/m2e-wtp/web-resources/META-INF/maven/com.packtpub/encryption/pom.properties
227B
Code/chapter05/encryption/target/m2e-wtp/web-resources/META-INF/maven/com.packtpub/encryption/pom.xml
2.75KB
Code/chapter05/encryption/target/maven-archiver/pom.properties
105B
Code/chapter05/signatures/.classpath
1.16KB
Code/chapter05/signatures/.project
1.49KB
Code/chapter05/signatures/.settings/.jsdtscope
562B
Code/chapter05/signatures/.settings/org.eclipse.core.resources.prefs
85B
Code/chapter05/signatures/.settings/org.eclipse.jdt.core.prefs
422B
Code/chapter05/signatures/.settings/org.eclipse.m2e.core.prefs
86B
Code/chapter05/signatures/.settings/org.eclipse.wst.common.component
744B
Code/chapter05/signatures/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
309B
Code/chapter05/signatures/.settings/org.eclipse.wst.common.project.facet.core.xml
337B
Code/chapter05/signatures/.settings/org.eclipse.wst.jsdt.ui.superType.container
49B
Code/chapter05/signatures/.settings/org.eclipse.wst.jsdt.ui.superType.name
6B
Code/chapter05/signatures/.settings/org.eclipse.wst.validation.prefs
48B
Code/chapter05/signatures/pom.xml
2.43KB
Code/chapter05/signatures/scr/test/java/com/packtpub/resteasy/services/test/SignedServiceTest.java
1.44KB
Code/chapter05/signatures/src/main/java/com/packtpub/resteasy/services/SignedService.java
1.15KB
Code/chapter05/signatures/src/main/resources/demo.jks
1.38KB
Code/chapter05/signatures/src/main/webapp/index.jsp
361B
Code/chapter05/signatures/src/main/webapp/WEB-INF/web.xml
1.14KB
Code/chapter05/signatures/target/classes/com/packtpub/resteasy/services/SignedService.class
1.97KB
Code/chapter05/signatures/target/classes/com/packtpub/resteasy/services/test/SignedServiceTest.class
2.76KB
Code/chapter05/signatures/target/classes/demo.jks
1.38KB
Code/chapter05/signatures/target/endorsed/javaee-endorsed-api-6.0.jar
105.56KB
Code/chapter05/signatures/target/m2e-wtp/web-resources/META-INF/MANIFEST.MF
104B
Code/chapter05/signatures/target/m2e-wtp/web-resources/META-INF/maven/com.packtpub/signatures/pom.properties
227B
Code/chapter05/signatures/target/m2e-wtp/web-resources/META-INF/maven/com.packtpub/signatures/pom.xml
2.43KB
Code/chapter05/signatures/target/maven-archiver/pom.properties
105B
Code/chapter05/signatures/target/signatures-1.0.war
5.28MB
Code/chapter05/signatures/target/signatures-1.0/index.jsp
361B
Code/chapter05/signatures/target/signatures-1.0/WEB-INF/classes/com/packtpub/resteasy/services/SignedService.class
2.01KB
Code/chapter05/signatures/target/signatures-1.0/WEB-INF/classes/demo.jks
1.38KB
Code/chapter05/signatures/target/signatures-1.0/WEB-INF/lib/activation-1.1.jar
61.51KB
Code/chapter05/signatures/target/signatures-1.0/WEB-INF/lib/apache-mime4j-0.6.jar
336.96KB
Code/chapter05/signatures/target/signatures-1.0/WEB-INF/lib/bcmail-jdk16-1.46.jar
489.71KB
Code/chapter05/signatures/target/signatures-1.0/WEB-INF/lib/bcprov-jdk16-1.46.jar
1.79MB
Code/chapter05/signatures/target/signatures-1.0/WEB-INF/lib/commons-codec-1.6.jar
227.32KB
Code/chapter05/signatures/target/signatures-1.0/WEB-INF/lib/commons-io-2.1.jar
159.33KB
Code/chapter05/signatures/target/signatures-1.0/WEB-INF/lib/commons-logging-1.1.1.jar
59.26KB
Code/chapter05/signatures/target/signatures-1.0/WEB-INF/lib/httpclient-4.2.1.jar
417.01KB
Code/chapter05/signatures/target/signatures-1.0/WEB-INF/lib/httpcore-4.2.1.jar
218.14KB
Code/chapter05/signatures/target/signatures-1.0/WEB-INF/lib/javassist-3.12.1.GA.jar
629.05KB
Code/chapter05/signatures/target/signatures-1.0/WEB-INF/lib/jaxrs-api-3.0.6.Final.jar
104.61KB
Code/chapter05/signatures/target/signatures-1.0/WEB-INF/lib/jboss-annotations-api_1.1_spec-1.0.1.Final.jar
18.34KB
Code/chapter05/signatures/target/signatures-1.0/WEB-INF/lib/jcip-annotations-1.0.jar
2.2KB
Code/chapter05/signatures/target/signatures-1.0/WEB-INF/lib/mail-1.4.4.jar
483.32KB
Code/chapter05/signatures/target/signatures-1.0/WEB-INF/lib/resteasy-client-3.0.6.Final.jar
135.71KB
Code/chapter05/signatures/target/signatures-1.0/WEB-INF/lib/resteasy-crypto-3.0.6.Final.jar
80.81KB
Code/chapter05/signatures/target/signatures-1.0/WEB-INF/lib/resteasy-jaxrs-3.0.6.Final.jar
805.22KB
Code/chapter05/signatures/target/signatures-1.0/WEB-INF/lib/scannotation-1.0.3.jar
18.33KB
Code/chapter05/signatures/target/signatures-1.0/WEB-INF/web.xml
1.14KB
Rene Enriquez, Andres Salazar C. - RESTful Java Web Services Security - 2014.azw3
3.16MB
Rene Enriquez, Andres Salazar C. - RESTful Java Web Services Security - 2014.epub
1.52MB
Rene Enriquez, Andres Salazar C. - RESTful Java Web Services Security - 2014.mobi
3.33MB
Rene Enriquez, Andres Salazar C. - RESTful Java Web Services Security - 2014.pdf
3.42MB