Spring Security
-
Enterprise Java
Secure REST Service with OAuth2 Tokens
1. Introduction In this tutorial, we will check out how we can use Spring Security with OAuth to secure REST…
Read More » -
Enterprise Java
Securing resources using Spring Security with OAuth
1. Introduction In this tutorial, we will check out how we can use Spring Security with OAuth to secure the…
Read More » -
Enterprise Java
Understanding OAuth2 token authentication
1. Introduction In this tutorial, we will be understanding OAuth2 Token Authentication, such that only authenticated users and applications get a…
Read More » -
Enterprise Java
Spring Security and Multiple Filter Chains
Spring Security is an immensely useful technology. It allows you to secure your application without being too intrusive and allows…
Read More » -
Enterprise Java
Mocking Spring Security Context for Unit Testing
Today, while writing unit test case for one of the Java method which looks like below: public ApplicationUser getApplicationUser() { ApplicationUser…
Read More » -
Enterprise Java
Spring Security and Custom Password Encoding
On a previous post we added password encoding to our spring security configuration using jdbc and md5 password encoding. However…
Read More » -
Enterprise Java
Spring Security and Password Encoding
On previous posts we dived into spring security. We implemented security backed by jdbc, security based on custom jdbc queries…
Read More » -
Enterprise Java
Spring boot with Spring Security and NoSQL
In the previous post we set up a spring security configuration by providing custom queries for user and authority retrieval…
Read More » -
Enterprise Java
Spring boot with Spring Security and jdbc Part 2
On a previous post we implemented security based on the default table schemas that Spring Security issues requests. Considering users…
Read More »