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 org.apache.cxf.fediz.service.idp.STSAuthenticationProvider.java

/**
 * A base class for authenticating credentials to the STS
 */
public abstract class STSAuthenticationProvider implements AuthenticationProvider {

    public static final String HTTP_DOCS_OASIS_OPEN_ORG_WS_SX_WS_TRUST_200512_BEARER = "http://docs.oasis-open.org/ws-sx/ws-trust/200512/Bearer";

From source file io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProvider.java

/**
 * Implementation of PowerAuth authentication provider.
 *
 * @author Petr Dvorak, petr@lime-company.eu
 *
 */

From source file com.katsu.springframework.security.authentication.HtmlAuthenticationProvider.java

/**
 *
 * @author katsu
 */
public class HtmlAuthenticationProvider implements AuthenticationProvider {

From source file com.stormpath.spring.security.provider.StormpathAuthenticationProvider.java

/**
 * A {@code AuthenticationProvider} implementation that uses the <a href="http://www.stormpath.com">Stormpath</a> Cloud Identity
 * Management service for authentication and authorization operations for a single Application.
 * <p/>
 * The Stormpath-registered
 * <a href="https://www.stormpath.com/docs/libraries/application-rest-url">Application's Stormpath REST URL</a>

From source file fr.gael.dhus.spring.security.authentication.DefaultAuthenticationProvider.java

@Component
public class DefaultAuthenticationProvider implements AuthenticationProvider {
    private static final Log LOGGER = LogFactory.getLog(DefaultAuthenticationProvider.class);

    protected final String errorMessage = "There was an error with your "
            + "login/password combination. Please try again.";

From source file ru.efo.security.ADUserDetailsService.java

/**
 * {@link org.springframework.security.core.userdetails.UserDetailsService} implementation for Spring Security
 * to provide authentication with Microsoft Active Directory
 *
 * @author <a href="mailto:eugene.khrustalev@gmail.com">Eugene Khrustalev</a>
 */

From source file eu.cloud4soa.frontend.commons.server.security.C4sAuthenticationProvider.java

/**
 * The Spring Security authentication provider for C4S.
 *
 * @author Stefano Travelli (Cyntelix)
 */
@Transactional

From source file org.mitre.openid.connect.assertion.JWTBearerAuthenticationProvider.java

/**
 * @author jricher
 *
 */
public class JWTBearerAuthenticationProvider implements AuthenticationProvider {

From source file org.springframework.security.cas.authentication.CasAuthenticationProvider.java

/**
 * An {@link AuthenticationProvider} implementation that integrates with JA-SIG Central
 * Authentication Service (CAS).
 * <p>
 * This <code>AuthenticationProvider</code> is capable of validating
 * {@link UsernamePasswordAuthenticationToken} requests which contain a

From source file org.taverna.server.master.identity.StrippedDownAuthProvider.java

/**
 * A stripped down version of a
 * {@link org.springframework.security.authentication.dao.DaoAuthenticationProvider
 * DaoAuthenticationProvider}/
 * {@link org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider
 * AbstractUserDetailsAuthenticationProvider} that avoids much of the overhead