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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

LdapAuthenticationProvider(LdapAuthenticator authenticator, LdapAuthoritiesPopulator authoritiesPopulator)
Create an instance with the supplied authenticator and authorities populator implementations.
LdapAuthenticationProvider(LdapAuthenticator authenticator)
Creates an instance with the supplied authenticator and a null authorities populator.

Method

Authenticationauthenticate(Authentication authentication)
voidsetAuthoritiesMapper(GrantedAuthoritiesMapper authoritiesMapper)
voidsetMessageSource(MessageSource messageSource)
voidsetUserDetailsContextMapper(UserDetailsContextMapper userDetailsContextMapper)
Allows a custom strategy to be used for creating the UserDetails which will be stored as the principal in the Authentication returned by the #createSuccessfulAuthentication(org.springframework.security.authentication.UsernamePasswordAuthenticationToken,org.springframework.security.core.userdetails.UserDetails) method.
booleansupports(Class authentication)