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 md.ibanc.rm.sessions.CustomAuthenticationProvider.java

/**
 *
 * @author Zaiev.Victor
 */
public class CustomAuthenticationProvider implements AuthenticationProvider {

From source file business.security.CustomAuthenticationProvider.java

@Component
public class CustomAuthenticationProvider implements AuthenticationProvider {

    static final long MAX_FAILED_LOGIN_ATTEMPTS = 10;
    static final long ACCOUNT_BLOCKING_PERIOD = 3600; // 3600 seconds, 1h

From source file com.gs.config.MyAuthenticationProvider.java

/**
 *
 * @author SIGSA
 */
public class MyAuthenticationProvider implements AuthenticationProvider {

From source file net.thewaffleshop.passwd.security.AccountAuthenticationProvider.java

/**
 *
 * @author Robert Hollencamp
 */
public class AccountAuthenticationProvider implements AuthenticationProvider {
    @Resource

From source file com.cruz.sec.config.MyAuthenticationProvider.java

/**
 *
 * @author SIGSA
 */
public class MyAuthenticationProvider implements AuthenticationProvider {

From source file org.apache.syncope.core.spring.security.JWTAuthenticationProvider.java

/**
 * Attempts to authenticate the passed {@link JWTAuthentication} object, returning a fully populated
 * {@link Authentication} object (including granted authorities) if successful.
 */
public class JWTAuthenticationProvider implements AuthenticationProvider {

From source file nz.net.orcon.kanban.security.NullAuthenticationProvider.java

public class NullAuthenticationProvider implements AuthenticationProvider {

    private static final Logger logger = LoggerFactory.getLogger(NullAuthenticationProvider.class);

    @Autowired
    SecurityTool securityTool;

From source file cz.muni.pa165.carparkapp.configuration.MyAuthenticationProvider.java

@Component(value = "authenticationProvider")
public class MyAuthenticationProvider implements AuthenticationProvider {

    @Autowired
    private EmployeeService employeeService;

From source file org.dspace.rest.authentication.DSpaceAuthenticationProvider.java

 * The core authentication & authorization provider, this provider is called when logging in & will process
 *
 * @author Roeland Dillen (roeland at atmire dot com)
 * @author kevinvandevelde at atmire.com
 *
 * FIXME This provider handles both the authorization as well as the authentication,

From source file org.exoplatform.acceptance.security.CrowdAuthenticationProviderWrapper.java

/**
 * This authentication provider is wrapping the one used by Crowd to replace Crowd groups by Application Roles from {@link org.exoplatform.acceptance.security.AppAuthority}
 *
 * @author Arnaud Hritier ( aheritier@exoplatform.com )
 * @see CrowdGrantedAuthoritiesMapper
 * @since 2.0.0