Java org.springframework.security.authentication.jaas.memory InMemoryConfiguration fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.authentication.jaas.memory InMemoryConfiguration fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.authentication.jaas.memory InMemoryConfiguration.

The text is from its open source code.

Constructor

InMemoryConfiguration(AppConfigurationEntry[] defaultConfiguration)
Creates a new instance with only a defaultConfiguration.
InMemoryConfiguration(Map mappedConfigurations)
Creates a new instance with a mapping of login context name to an array of AppConfigurationEntry s.