By Roytuts · Security, Spring Security
Form Based Authentication In my previous tutorial, I have shown Spring Security Form based Authentication – XML Configuration but in this tutorial I will show you annotations based configurations…
By Roytuts · REST, Security
Table of Contents Introduction HTTP Methods Prerequisites Project Setup Deployment Descriptor REST Resource Test Class Testing Basic Authentication in REST Service Source Code Introduction In this tutorial I…
By Roytuts · PHP
This tutorial will show you how to login to an application with remember me functionality. Sometimes you need to remember username and password for few days or years…
By Roytuts · Security, SOAP
Introduction Authentication example in JAX-WS webservice will show you how to authenticate a user before the user is able to see the response from the SOAP based JAX-WS…