Package org.springframework.security.core.userdetails.memory

Exposes an in-memory authentication repository.

See:
          Description

Class Summary
InMemoryDaoImpl Retrieves user details from an in-memory list created in the application context.
UserAttribute Used by InMemoryDaoImpl to temporarily store the attributes associated with a user.
UserAttributeEditor Property editor that creates a UserAttribute from a comma separated list of values.
UserMap Deprecated. Use a plain map instead
UserMapEditor Property editor to assist with the setup of a UserMap.
 

Package org.springframework.security.core.userdetails.memory Description

Exposes an in-memory authentication repository.