Java org.springframework.security.ldap.userdetails LdapUserDetailsMapper fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

org.springframework.security.ldap.userdetails.LdapUserDetailsMapper has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidsetPasswordAttributeName(String passwordAttributeName)
The name of the attribute which contains the user's password.
voidsetRoleAttributes(String[] roleAttributes)
The names of any attributes in the user's entry which represent application roles.