Class InMemoryConfiguration

java.lang.Object
javax.security.auth.login.Configuration
org.springframework.security.authentication.jaas.memory.InMemoryConfiguration

public class InMemoryConfiguration extends Configuration

An in memory representation of a JAAS configuration. The constructor accepts a Map where the key represents the name of the login context name and the value is an Array of AppConfigurationEntry for that login context name. A default Array of AppConfigurationEntrys can be specified which will be returned if a login context is specified which is undefined.