Cargando…

Instant Spring Security starter : learn the fundamentals of web authentication and authorization using Spring Security /

Get to grips with a new technology, understand what it is and what it can do for you, and then get to work with the most important features and tasks. A concise guide written in an easy-to-follow format following the Starter guide approach.This book is for people who have not used Spring Security be...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Jagielski, Piotr
Otros Autores: Nabrdalik, Jakub
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Pub., 2013.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright; Credits; About the Authors; About the Reviewer; www.packtpub.com; packtlib.packtpub.com; Table of Contents; Spring Security Starter; So, what is Spring Security?; Quick start
  • getting the basics right; Understanding the big picture; Adding the Spring Security layer; Step 1
  • adding the correct dependencies to your project; Step 2
  • firing up Spring Security using a filter in web.xml; Step 3
  • setting up the security context; Step 4
  • getting the basic web security configuration; Step 5
  • login page; Top 11 features you need to know about; Password encoders; Registration
  • Remember-meLogging out; Securing web resources; HTTPS versus HTTP; Basic access control; Expression-based access control; Web filters; One-time password and two-phase authentication; Logged-in user in the backend; Securing methods; The power of SPEL; Writing tests; Exposing secured RESTful services; Single-page applications; Straight approach; Basic Authentication; Digest; Dealing with the ugly login dialog; What else you may want to know; Internet authentication
  • because login/password is so 80s; OpenID 2.0; OAuth 2.0; People and places you need to know about; Official sites