Example usage for org.springframework.security.ldap.userdetails DefaultLdapAuthoritiesPopulator subclass-usage

List of usage examples for org.springframework.security.ldap.userdetails DefaultLdapAuthoritiesPopulator subclass-usage

Introduction

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

Usage

From source file no.dusken.common.plugin.ldapplugin.auth.DuskenLdapAuthoritiesPopulator.java

/**
 * To get roles out of the dusken ldap mess
 */
public class DuskenLdapAuthoritiesPopulator extends DefaultLdapAuthoritiesPopulator {

    /**

From source file org.apache.kylin.rest.security.AuthoritiesPopulator.java

/**
 * @author xduo
 * 
 */
public class AuthoritiesPopulator extends DefaultLdapAuthoritiesPopulator {

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

/**
 * A LDAP authority populator that can recursively search static nested groups.
 * <p>
 * An example of nested groups can be
 *
 * <pre>

From source file org.codehaus.groovy.grails.plugins.springsecurity.ldap.GrailsLdapAuthoritiesPopulator.java

/**
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
 */
public class GrailsLdapAuthoritiesPopulator extends DefaultLdapAuthoritiesPopulator implements InitializingBean {

    private GrailsUserDetailsService _userDetailsService;

From source file it.geosolutions.geostore.services.rest.security.GeoStoreLdapAuthoritiesPopulator.java

/**
 * @author alessio.fabiani
 *
 */
public class GeoStoreLdapAuthoritiesPopulator extends DefaultLdapAuthoritiesPopulator
        implements GroupsRolesService {

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