| Package | Description |
|---|---|
| org.springframework.security.authentication |
Core classes and interfaces related to user authentication, which are used throughout Spring Security.
|
| org.springframework.security.config.annotation.authentication.builders |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAuthenticationEventPublisher
The default strategy for publishing authentication events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProviderManager.setAuthenticationEventPublisher(AuthenticationEventPublisher eventPublisher) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationManagerBuilder |
AuthenticationManagerBuilder.authenticationEventPublisher(AuthenticationEventPublisher eventPublisher)
Sets the
AuthenticationEventPublisher |
Copyright © 2016. All rights reserved.