Java org.springframework.security.authentication ProviderManager fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.authentication ProviderManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.authentication ProviderManager.

The text is from its open source code.

Subclass

org.springframework.security.authentication.ProviderManager has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidafterPropertiesSet()
Authenticationauthenticate(Authentication authentication)
Attempts to authenticate the passed Authentication object.
ListgetProviders()
booleanisEraseCredentialsAfterAuthentication()
voidsetAuthenticationEventPublisher(AuthenticationEventPublisher eventPublisher)
voidsetEraseCredentialsAfterAuthentication(boolean eraseSecretData)
If set to, a resulting Authentication which implements the CredentialsContainer interface will have its CredentialsContainer#eraseCredentials() eraseCredentials method called before it is returned from the authenticate() method.
voidsetMessageSource(MessageSource messageSource)