csrfTokenRepositoryManager method
- @Pod.new(value: TOKEN_REPOSITORY_MANAGER_POD)
- @Role.new(DesignRole.INFRASTRUCTURE)
- @ConditionalOnMissingPod.new(values: [CsrfTokenRepositoryManager])
Provides the default CsrfTokenRepositoryManager implementation.
This manager is responsible for discovering and providing access to CsrfTokenRepository instances within the application.
Returns
A DefaultCsrfTokenRepositoryManager instance
Implementation
@Pod(value: TOKEN_REPOSITORY_MANAGER_POD)
@Role(DesignRole.INFRASTRUCTURE)
@ConditionalOnMissingPod(values: [CsrfTokenRepositoryManager])
CsrfTokenRepositoryManager csrfTokenRepositoryManager() {
return DefaultCsrfTokenRepositoryManager();
}