Example usage for org.springframework.security.ldap.userdetails LdapAuthoritiesPopulator interface-usage

List of usage examples for org.springframework.security.ldap.userdetails LdapAuthoritiesPopulator interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.ldap.userdetails LdapAuthoritiesPopulator interface-usage.

Usage

From source file org.cloudfoundry.identity.uaa.ldap.extension.DefaultLdapAuthoritiesPopulator.java

/**
 * The default strategy for obtaining user role information from the directory.
 * <p>
 * It obtains roles by performing a search for "groups" the user is a member of.
 * <p>
 * A typical group search scenario would be where each group/role is specified using the <tt>groupOfNames</tt>

From source file org.cloudfoundry.identity.uaa.provider.ldap.extension.DefaultLdapAuthoritiesPopulator.java

/**
 * The default strategy for obtaining user role information from the directory.
 * <p>
 * It obtains roles by performing a search for "groups" the user is a member of.
 * <p>
 * A typical group search scenario would be where each group/role is specified using the <tt>groupOfNames</tt>

From source file org.springframework.security.ldap.userdetails.DefaultLdapAuthoritiesPopulator.java

/**
 * The default strategy for obtaining user role information from the directory.
 * <p>
 * It obtains roles by performing a search for "groups" the user is a member of.
 * <p>
 * A typical group search scenario would be where each group/role is specified using the

From source file org.geoserver.security.ldap.BindingLdapAuthoritiesPopulator.java

/**
 * BindingLdapAuthoritiesPopulator: modified DefaultLdapAuthoritiesPopulator
 * that binds the user before extracting roles.
 * 
 * Needed for Windows ActiveDirectory support and maybe other LDAP servers
 * requiring binding before searches.

From source file org.opennms.web.springframework.security.UserGroupLdapAuthoritiesPopulator.java

/**
 * This class adds the ability to provide a concrete map of associations between specific
 * group values and roles. These associations can be provided by setting the <code>groupToRoleMap</code>
 * property either in a Spring context file or by calling {@link #setGroupToRoleMap(Map)}.
 */
public class UserGroupLdapAuthoritiesPopulator extends DefaultLdapAuthoritiesPopulator

From source file org.mskcc.cbio.portal.authentication.ldap.PortalLdapAuthoritiesPopulator.java

public class PortalLdapAuthoritiesPopulator implements LdapAuthoritiesPopulator {

    // logger
    private static final Log log = LogFactory.getLog(PortalLdapAuthoritiesPopulator.class);

    private final ContextSource contextSource;