Example usage for org.springframework.security.authentication AuthenticationProvider interface-usage

List of usage examples for org.springframework.security.authentication AuthenticationProvider interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.authentication AuthenticationProvider interface-usage.

Usage

From source file com.katsu.springframework.security.authentication.dni.DniAuthenticationProvider.java

/**
 *
 * @author katsu
 */
public class DniAuthenticationProvider implements AuthenticationProvider {
    private static final Log log = LogFactory.getLog(DniAuthenticationProvider.class);

From source file org.unitedinternet.cosmo.acegisecurity.providers.ticket.TicketAuthenticationProvider.java

/**
 */
public class TicketAuthenticationProvider implements AuthenticationProvider {
    private static final Log LOG = LogFactory.getLog(TicketAuthenticationProvider.class);

    private ContentDao contentDao;

From source file org.springframework.security.extensions.kerberos.KerberosServiceAuthenticationProvider.java

/**
 * <p>Authentication Provider which validates Kerberos Service Tickets
 * or SPNEGO Tokens (which includes Kerberos Service Tickets).</p>
 *
 * <p>It needs a <code>KerberosTicketValidator</code>, which contains the
 * code to validate the ticket, as this code is different between

From source file com.corporate.transport.authentication.FacebookAuthenticationProvider.java

public class FacebookAuthenticationProvider implements AuthenticationProvider {

    @Autowired
    TransportServiceUpdated transportService = null;

    public TransportServiceUpdated getTransportService() {

From source file org.encuestame.core.security.SocialAccountAuthenticationProvider.java

/**
 * Social Authentication Provider.
 * @author Picado, Juan juanATencuestame.org
 * @since May 1, 2011
 */
public class SocialAccountAuthenticationProvider implements AuthenticationProvider {

From source file com.ushahidi.swiftriver.core.api.auth.crowdmapid.CrowdmapIDAuthenticationProvider.java

/**
 * This class handles authentication of users via CrowdmapID
 * 
 * @author ekala
 *
 */

From source file org.encuestame.core.security.web.SocialAccountAuthenticationProvider.java

/**
 * Social Authentication Provider.
 * @author Picado, Juan juanATencuestame.org
 * @since May 1, 2011
 */
public class SocialAccountAuthenticationProvider implements AuthenticationProvider {

From source file com.hp.autonomy.frontend.configuration.authentication.CommunityAuthenticationProvider.java

/**
 * A Spring Security {@link AuthenticationProvider} backed by IDOL community.
 *
 * The CommunityAuthenticationProvider optionally takes a set of default roles. If this set is non empty, users will be
 * granted these roles by the application. Otherwise, a {@link BadCredentialsException} will be thrown.
 */

From source file com.esquema.seguridad.AutenticacionPersonalizada.java

/**
 *
 * @author roberto.espinoza
 */

@Service("userService")

From source file eu.freme.common.security.DatabaseAuthenticationProvider.java

/**
 * @author Jan Nehring - jan.nehring@dfki.de
 */
public class DatabaseAuthenticationProvider implements AuthenticationProvider {

    @Autowired