Skip navigation links

Package org.springframework.security.authentication

Core classes and interfaces related to user authentication, which are used throughout Spring Security.

See: Description

Package org.springframework.security.authentication Description

Core classes and interfaces related to user authentication, which are used throughout Spring Security.

Of key importance is the AuthenticationManager and its default implementation ProviderManager, which maintains a list AuthenticationProviders to which it delegates authentication requests.

Skip navigation links