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

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

Introduction

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

Usage

From source file io.gravitee.management.idp.ldap.authentication.UserDetailsContextPropertiesMapper.java

/**
 * @author Titouan COMPIEGNE (titouan.compiegne at gravitee.io)
 * @author David BRASSELY (david at gravitee.io)
 * @author GraviteeSource Team
 */
public class UserDetailsContextPropertiesMapper implements UserDetailsContextMapper {

From source file com.expedia.seiso.security.SeisoUserDetailsContextMapper.java

/**
 * Maps Active Directory user to Seiso user. This might work for LDAP servers generally as well. I'm not sure.
 * 
 * @author Willie Wheeler
 */
@Component

From source file edu.uiowa.icts.userdetails.UserDetailsContextMapperImpl.java

/**
 * <p>UserDetailsContextMapperImpl class.</p>
 *
 * @author rrlorent
 * @since May 18, 2015
 * @version $Id: $

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

/**
 * The context mapper used by the LDAP authentication provider to create an LDAP user
 * object.
 *
 * @author Luke Taylor
 * @author Edd Melndez

From source file org.apache.rave.portal.web.security.LdapUserDetailsContextMapper.java

/**
 * Mapping class between a Rave User and LDAP user
 */
public class LdapUserDetailsContextMapper implements UserDetailsContextMapper {

    private final UserService userService;

From source file org.softdays.mandy.web.security.MyUserDetailsContextMapper.java

/**
 * Retrieves user details from database.
 * 
 * @author rpatriarche
 * @since 1.0.0
 */