One could also use a composite AuthenticationHandler to exercise a "Chain of Responsibility" pattern based on specific credential types with a list of concretely implemented handlers, without introducing a custom AuthenticationManager.
Cheers, Dmitriy. Sent from my iPhone On Sep 29, 2012, at 3:20, "jleleu" <[email protected]> wrote: > Hi, > > Yes, the AuthenticationHandler is used to authenticate credentials and the > AuthenticationManager is in charge of trying authentication handlers against > credentials. With a custom authentication manager, you can choose which > authentication handlers to use according to the credentials, the service... > Best regards, > Jérôme > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
