万本电子书0元读

万本电子书0元读

顶部广告

Spring Security 3.x Cookbook电子书

售       价:¥

12人正在读 | 0人评论 9.8

作       者:Anjana Mankale

出  版  社:Packt Publishing

出版时间:2013-11-22

字       数:156.0万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
This book follows a cookbook style exploring various security solutions provided by Spring Security for various vulnerabilities and threat scenarios that web applications may be exposed to at the authentication and session level layers.This book is for all Spring-based application developers as well as Java web developers who wish to implement robust security mechanisms into web application development using Spring Security.Readers are assumed to have a working knowledge of Java web application development, a basic understanding of the Spring framework, and some knowledge of the fundamentals of the Spring Security framework architecture. Working knowledge of other web frameworks such as Grails and so on would be an added advantage to exploit the whole breadth of recipes provided in this book, but this is not mandatory.
目录展开

Spring Security 3.x Cookbook

Table of Contents

Spring Security 3.x Cookbook

Credits

About the Author

About the Reviewers

www.PacktPub.com

Support files, eBooks, discount offers and more

Why Subscribe?

Free Access for Packt account holders

Preface

Introduction

What this book covers

What you need for this book

Who this book is for

Conventions

Reader feedback

Customer support

Downloading the example code

Errata

Piracy

Questions

1. Basic Security

Introduction

JAAS-based security authentication on JSPs

Getting ready

How to do it...

How it works...

See also

JAAS-based security authentication on servlet

Getting ready

How to do it...

How it works...

See also

Container-based basic authentication on servlet

Getting ready

How to do it...

How it works...

See also

Form-based authentication on servlet

Getting ready

How to do it...

How it works...

See also

Form-based authentication with open LDAP and servlet

Getting ready

How to do it...

How it works...

See also

Hashing/Digest authentication on servlet

Getting ready

How to do it....

How it works...

See also

Basic authentication for JAX-WS and JAX-RS

Getting ready

How to do it...

How it works...

See also

Enabling and disabling the file listing

How to do it...

See also

2. Spring Security with Struts 2

Introduction

Integrating Struts 2 with Spring Security

Getting ready

How to do it...

How it works...

See also

Struts 2 application with basic Spring Security

Getting ready

How to do it...

How it works...

See also

Using Struts 2 with digest/hashing-based Spring Security

Getting ready

How to do it...

How it works...

See also

Using Spring Security logout with Struts 2

Getting ready

How to do it...

How it works...

There's more...

See also

Authenticating databases with Struts 2 and Spring Security

Getting ready

How to do it...

How it works...

There's more...

See also

Getting the logged-in user info in Struts 2 with Spring Security

Getting ready

How to do it...

How it works...

There's more...

See also

Displaying custom error messages in Struts 2 for authentication failure

Getting ready

How to do it...

How it works...

See also

Authenticating with ApacheDS with Spring Security and Struts 2 application

Getting ready

How to do it...

How it works...

See also

3. Spring Security with JSF

Introduction

Integrating JSF with Spring Security

Getting ready

How to do it...

How it works...

See also

JSF with form-based Spring Security

Getting ready

How to do it...

How it works...

See also

JSF and form-based authentication using Spring Security to display logged-in user

Getting ready

How do it...

How it works...

See also

Using JSF with digest/hashing-based Spring Security

Getting ready

How to do it...

How it works...

See also

Logging out with JSF using Spring Security

Getting ready

How to do it...

How it works...

See also

Authenticating database with Spring Security and JSF

Getting ready

How to do it...

How it works...

See also

ApacheDS authentication with JSF and Spring Security

Getting ready

How to do it...

How it works...

See also

Authentication error message with JSF and Spring Security

Getting ready

How to do it...

How it works...

See also

4. Spring Security with Grails

Introduction

Spring Security authentication with Groovy Grails setup

Getting ready

How to do it…

How it works…

See also

Spring Security with Grails to secure Grails controller

Getting ready

How to do it…

How it works…

See also

Spring Security authentication with Groovy Grails logout scenario

Getting ready

How to do it…

How it works…

See also

Spring Security with Groovy Grails Basic authentication

Getting ready

How to do it…

How it works…

See also

Spring Security with Groovy Grails Digest authentication

Getting ready

How to do it…

How it works...

See also

Spring Security with Groovy Grails multiple authentication

Getting ready

How to do it…

How it works…

See also

Spring Security with Groovy Grails LDAP authentication

Getting ready

How to do it…

How it works…

See also

5. Spring Security with GWT

Introduction

Spring Security with GWT authentication using Spring Security Beans

Getting ready

How to do it...

How it works...

See also

Form-based authentication with GWT and Spring Security

Getting ready

How to do it...

How it works...

See also

Basic authentication with GWT and Spring Security

Getting ready

How to do it...

How it works..

See also

Digest authentication with GWT and Spring Security

Getting ready

How to do it...

How it works...

See also

Database authentication with GWT and Spring Security

Getting ready

How to do it...

How it works...

See also

LDAP authentication with GWT and Spring Security

Getting ready

How to do it...

How it works...

There's more...

6. Spring Security with Vaadin

Introduction

Spring Security with Vaadin – basic authentication

Getting ready

How to do it...

How it works...

See also

Spring Security with Vaadin – Spring form-based authentication

Getting ready

How to do it...

How it works...

See also

Spring Security with Vaadin – customized JSP form-based authentication

Getting ready

How to do it...

How it works...

See also

Spring Security with Vaadin – using Vaadin form

Getting ready

How to do it...

How it works...

7. Spring Security with Wicket

Introduction

Setting up a database

Setting up the Wicket application

Spring Security with Wicket – basic database authentication

Getting ready

How to do it...

How it works...

See also

Spring Security with Wicket – Spring form-based database authentication

Getting ready

How to do it...

How it works...

See also

Spring Security with Wicket – customized JSP form-based database authentication

Getting ready

How to do it...

How it works...

See also

Spring authentication with Wicket authorization

Getting ready

How to do it...

How it works...

See also

Multitenancy using Wicket and Spring Security

Getting ready

How to do it...

How it works...

8. Spring Security with ORM and NoSQL DB

Introduction

Setting up the Spring Hibernate application

Spring Security with Hibernate using @preAuthorize annotation

Getting ready

How to do it...

How it works...

See also

Spring Security with Hibernate using authentication provider with @preAuthorize annotation

Getting ready

How to do it...

How it works...

See also

Spring Security with Hibernate using UserDetailsService with Derby database

Getting ready

How to do it...

How it works...

See also

Spring Security with MongoDB

Getting ready

How to do it...

How it works...

See also

9. Spring Security with Spring Social

Introduction

Spring Security with Spring Social to access Facebook

Getting ready

How to do it...

How it works...

See also

Spring Security with Spring Social to access Twitter

Getting ready

How to do it...

How it works...

See also

Spring Security with multiple authentication providers

Getting ready

How to do it...

How it works...

See also

Spring Security with OAuth

Getting ready

How to do it...

How it works...

See also

10. Spring Security with Spring Web Services

Introduction

Applying Spring Security on RESTful web services

Getting ready

How to do it...

How it works...

See also

Spring Security for Spring RESTful web service using the cURL tool

Getting ready

How to do it...

How it works...

See also

Integrating Spring Security with Apache CXF RESTful web service

Getting ready

How to do it...

How it works...

See also

Integrating Spring Security with Apache CXF SOAP based web service

Getting ready

How to do it...

How it works...

See also

Integrating Spring Security with Apache Camel

Getting ready

How to do it...

How it works...

See also

11. More on Spring Security

Introduction

Spring Security with multiple authentication providers

Getting ready

How to do it...

How it works...

See also

Spring Security with multiple input authentications

Getting ready

How to do it...

How it works...

See also

Spring Security with Captcha integration

Getting ready

How to do it...

How it works...

See also

Spring Security with JAAS

Getting ready

How to do it...

How it works...

See also

Index

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部