|
|
|
|
LEADER |
00000cam a2200000Ma 4500 |
001 |
EBSCO_ocn854569119 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cn||||||||| |
008 |
130715s2013 enka o 000 0 eng d |
040 |
|
|
|a E7B
|b eng
|e pn
|c E7B
|d OCLCQ
|d OCLCO
|d N$T
|d OCLCF
|d COO
|d YDXCP
|d OCLCQ
|d LOA
|d AGLDB
|d CNNOR
|d MOR
|d PIFAG
|d OCLCQ
|d U3W
|d STF
|d WRM
|d OCLCQ
|d VTS
|d NRAMU
|d NLE
|d INT
|d VT2
|d OCLCQ
|d UKMGB
|d WYU
|d OCLCQ
|d A6Q
|d UKAHL
|d HS0
|d NLW
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|
015 |
|
|
|a GBB747131
|2 bnb
|
016 |
7 |
|
|a 018005460
|2 Uk
|
019 |
|
|
|a 907208150
|a 961650556
|a 962643570
|a 974965058
|a 975031231
|a 981898299
|a 989372833
|a 1005640981
|a 1018085380
|a 1041927133
|a 1053524401
|a 1065714051
|a 1065789958
|a 1081216871
|a 1083604240
|a 1103254694
|a 1118589190
|a 1129339945
|
020 |
|
|
|a 9781782168843
|q (electronic bk.)
|
020 |
|
|
|a 1782168842
|q (electronic bk.)
|
020 |
|
|
|a 1782168834
|
020 |
|
|
|a 9781782168836
|
020 |
|
|
|z 9781782168836
|
029 |
1 |
|
|a AU@
|b 000053309263
|
029 |
1 |
|
|a DEBBG
|b BV043776798
|
029 |
1 |
|
|a DEBSZ
|b 472793950
|
029 |
1 |
|
|a NZ1
|b 15589090
|
029 |
1 |
|
|a UKMGB
|b 018005460
|
035 |
|
|
|a (OCoLC)854569119
|z (OCoLC)907208150
|z (OCoLC)961650556
|z (OCoLC)962643570
|z (OCoLC)974965058
|z (OCoLC)975031231
|z (OCoLC)981898299
|z (OCoLC)989372833
|z (OCoLC)1005640981
|z (OCoLC)1018085380
|z (OCoLC)1041927133
|z (OCoLC)1053524401
|z (OCoLC)1065714051
|z (OCoLC)1065789958
|z (OCoLC)1081216871
|z (OCoLC)1083604240
|z (OCoLC)1103254694
|z (OCoLC)1118589190
|z (OCoLC)1129339945
|
037 |
|
|
|a 9781782168843
|b Packt Publishing Pvt. Ltd
|
050 |
|
4 |
|a TK5105.59
|b .J34 2013eb
|
072 |
|
7 |
|a COM
|x 013000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 014000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 018000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 067000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 032000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 037000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 052000
|2 bisacsh
|
082 |
0 |
4 |
|a 004.67
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Jagielski, Piotr.
|
245 |
1 |
0 |
|a Instant Spring Security starter :
|b learn the fundamentals of web authentication and authorization using Spring Security /
|c Piotr Jagielski, Jakub Nabrdalik.
|
260 |
|
|
|a Birmingham :
|b Packt Pub.,
|c 2013.
|
300 |
|
|
|a 1 online resource (ii, 56 pages) :
|b illustrations (some color)
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
500 |
|
|
|a "Instant: short, fast, focused"--Cover.
|
505 |
0 |
|
|a 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
|
505 |
8 |
|
|a 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
|
520 |
|
|
|a 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 before and want to learn how to use it effectively in a short amount of time. It is assumed that readers know both Java and HTTP protocol at the level of basic web programming. The reader should also be familiar with Inversion-of-Control/Dependency Injection, preferably with the Spring framework itsel.
|
506 |
1 |
|
|a Legal Deposit;
|c Only available on premises controlled by the deposit library and to one user at any one time;
|e The Legal Deposit Libraries (Non-Print Works) Regulations (UK).
|5 WlAbNL
|
540 |
|
|
|a Restricted: Printing from this resource is governed by The Legal Deposit Libraries (Non-Print Works) Regulations (UK) and UK copyright law currently in force.
|5 WlAbNL
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Computer networks
|x Security measures.
|
650 |
|
0 |
|a Computers
|x Access control.
|
650 |
|
0 |
|a Java (Computer program language)
|
650 |
|
6 |
|a Réseaux d'ordinateurs
|x Sécurité
|x Mesures.
|
650 |
|
6 |
|a Ordinateurs
|x Accès
|x Contrôle.
|
650 |
|
6 |
|a Java (Langage de programmation)
|
650 |
|
7 |
|a COMPUTERS
|x Computer Literacy.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Computer Science.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Data Processing.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Hardware
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Information Technology.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Machine Theory.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Reference.
|2 bisacsh
|
650 |
|
7 |
|a Computer networks
|x Security measures
|2 fast
|
650 |
|
7 |
|a Computers
|x Access control
|2 fast
|
650 |
|
7 |
|a Java (Computer program language)
|2 fast
|
700 |
1 |
|
|a Nabrdalik, Jakub.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=604054
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26849629
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10728411
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 604054
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 10832964
|
994 |
|
|
|a 92
|b IZTAP
|