Example usage for org.springframework.security.core.userdetails UserDetailsPasswordService interface-usage

List of usage examples for org.springframework.security.core.userdetails UserDetailsPasswordService interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.core.userdetails UserDetailsPasswordService interface-usage.

Usage

From source file org.springframework.security.provisioning.InMemoryUserDetailsManager.java

/**
 * Non-persistent implementation of {@code UserDetailsManager} which is backed by an
 * in-memory map.
 * <p>
 * Mainly intended for testing and demonstration purposes, where a full blown persistent
 * system isn't required.