In this article, we look at the AuthorizationManager in Spring Boot.
Also find me here:
Baeldung Author
Michael Pratt
I am a Java developer with 20 years of experience working with large software systems in a variety of industries. Lover of all things Spring Boot and microservices. Husband, father of two boys, and aspiring piano player.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Boot (11)
- DevOps (4)
- Spring Security (3)
- Spring (3)
- Core Java (3)
- Spring Web (2)
- Spring Cloud (2)
- Security (2)
- REST (2)
- NoSQL (2)
- HTTP Client-Side (2)
- Cloud (2)
- XML (1)
- Testing (1)
- Persistence (1)
- Java Dates (1)
- Java Concurrency (1)
- Java (1)
- IDE (1)
- Gradle (1)
- Docker (1)
- Data (1)
- Architecture (1)
All the Ways Java Uses the Colon Character
Filed under Core Java
Learn how Java uses the colon character in a variety of different ways.
Synchronize a Static Variable Among Different Threads
Filed under Java Concurrency
Learn several ways to synchronize access to static variables among different threads.
@FormDataParam vs. @FormParam in Jersey
Filed under REST
Learn how to exchange data between clients using form encoded data with Jersey.
Difference Between Instant and LocalDateTime
Filed under Java Dates
Learn about the difference between the Instant and LocalDateTime classes introduced with Java 8.
Difference Between get() and navigate() in Selenium WebDriver
Filed under Testing
Learn the difference between get() and navigate() methods in the Selenium WebDriver API.
Introduction to MinIO
Filed under Cloud
A brief introduction to MinIO, an object storage engine with full S3 compatibility
Automatically Create Schemas for H2 In-Memory Database
Filed under Persistence
Learn several ways to ensure that our H2 in-memory database is automatically initialized and ready to use for querying when our application starts.
Difference Between exchange(), postForEntity(), and execute() in RestTemplate
Filed under HTTP Client-Side, REST, Spring
Learn three different ways to send a HTTP POST request using Spring’s RestTemplate.
Baeldung on Linux
- All
- Search (1)
- Files (1)
Guide to the Linux find Command
Learn how the find command can help us locate files and directories efficiently by using a combination of expressions and boolean logic
Baeldung on Computer Science
- All
- Programming (2)
- Web (1)
- Networking (1)
Do Sessions Violate RESTfulness?
Filed under Programming
Take a closer look at what defines a session and whether or not sessions violate the principles of RESTfulness
Difference Between REST and HTTP
Filed under Networking, Programming, Web
Learn the primary differences between REST and HTTP.
Baeldung on Ops
- All
- Docker (7)
- Kubernetes (4)
- Jenkins (3)
- Git (2)
- Logging (1)
- Deployment Tools (1)
Guide to Eclipse JKube
Filed under Docker, Kubernetes
Learn about JKube. It simplifies many aspects of building Java applications for Kubernetes and OpenShift.
Introduction to Grafana Loki
Filed under Logging
Learn about Grafana Loki, a log aggregation system that’s part of the Grafana ecosystem.
Introduction to MicroK8s
Filed under Kubernetes
Learn how MicroK8s can allow us to run full-featured Kubernetes clusters with a small CPU and memory footprint.
Difference Between COPY and ADD in a Dockerfile
Filed under Docker
Learn the differences between the two ways to copy files from the source system and when it makes sense to use each one
Showing Differences Between Two Docker Images
Filed under Docker
Look at the structure of Docker images and how to see the differences between two images
Ingress vs. Load Balancer in Kubernetes
Filed under Kubernetes
Learn about different mechanisms to help manage network traffic and ensure requests get to their desired destination inside a cluster
Running Cron Jobs in Kubernetes
Filed under Kubernetes
Learn how to utilize cron jobs inside a Kubernetes cluster
Introduction to Docker Secrets
Filed under Docker
Learn how Docker secrets can help us store configuration separate from our code
How to Inject Git Secrets in Jenkins
Learn how to securely inject git secrets into Jenkins pipelines and jobs