Monday, August 24, 2009

Core Services

AuthenticationManager is the interface.


Default implementation in spring security is ProviderManager.

ProviderManager delegates the authentication requests to a list of configured AuthenticationProviders.


 

Chaining providers to AuthenticationManager.











class="org.springframework.security.cas.authentication.CasAuthenticationProvider">





This declaration marks the bean as a authentication provider with the default Authentication Manager provided by spring security.

No comments: