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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Method

voidsetGroupRoleAttribute(String groupRoleAttribute)
voidsetGroupSearchFilter(String groupSearchFilter)
voidsetIgnorePartialResultException(boolean ignore)
Sets the corresponding property on the underlying template, avoiding specific issues with Active Directory.
voidsetRolePrefix(String rolePrefix)
Sets the prefix which will be prepended to the values loaded from the directory.
voidsetSearchSubtree(boolean searchSubtree)
If set to true, a subtree scope search will be performed.