|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
B - the type of the SecurityBuilderpublic interface ProviderManagerBuilder<B extends ProviderManagerBuilder<B>>
Interface for operating on a SecurityBuilder that creates a ProviderManager
| Method Summary | |
|---|---|
B |
authenticationProvider(AuthenticationProvider authenticationProvider)
Add authentication based upon the custom AuthenticationProvider
that is passed in. |
| Methods inherited from interface org.springframework.security.config.annotation.SecurityBuilder |
|---|
build |
| Method Detail |
|---|
B authenticationProvider(AuthenticationProvider authenticationProvider)
AuthenticationProvider
that is passed in. Since the AuthenticationProvider
implementation is unknown, all customizations must be done externally and
the ProviderManagerBuilder is returned immediately.
ProviderManagerBuilder to allow further authentication
to be provided to the ProviderManagerBuilder
Exception - if an error occurs when adding the AuthenticationProvider
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||