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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

BindAuthenticator(BaseLdapPathContextSource contextSource)
Create an initialized instance using the BaseLdapPathContextSource provided.

Method

voidafterPropertiesSet()
DirContextOperationsauthenticate(Authentication authentication)
voidsetUserAttributes(String[] userAttributes)
Sets the user attributes which will be retrieved from the directory.
voidsetUserDnPatterns(String[] dnPattern)
Sets the pattern which will be used to supply a DN for the user.
voidsetUserSearch(LdapUserSearch userSearch)