List of usage examples for org.springframework.security.authentication AuthenticationProvider interface-usage
From source file io.github.azige.bbs.service.AccountService.java
/**
*
* @author Azige
*/
@Service
@Scope(proxyMode = ScopedProxyMode.TARGET_CLASS)
From source file no.smint.anthropos.authentication.TokenAuthenticationProvider.java
/** * Created by adrianh on 25.01.15. */ @Service public class TokenAuthenticationProvider implements AuthenticationProvider { Logger logger = LoggerFactory.getLogger(getClass());
From source file com.amediamanager.service.UserServiceImpl.java
@Service("userService") public class UserServiceImpl implements UserService, AuthenticationProvider { private static final Logger LOG = LoggerFactory.getLogger(UserServiceImpl.class); @Autowired private com.amediamanager.dao.DynamoDbUserDaoImpl userDao;
From source file org.pac4j.springframework.security.authentication.ClientAuthenticationProvider.java
/**
* This provider authenticates credentials stored in ( {@link ClientAuthenticationToken}) to get the user profile and finally the user
* details (and authorities).
*
* @author Jerome Leleu
* @since 1.0.0
From source file org.dspace.app.rest.security.EPersonRestAuthenticationProvider.java
/**
* This class is responsible for authenticating a user via REST
*
* @author Frederic Van Reet (frederic dot vanreet at atmire dot com)
* @author Tom Desair (tom dot desair at atmire dot com)
*/
From source file org.springframework.ws.soap.security.x509.X509AuthenticationProvider.java
/**
* Processes an X.509 authentication request.
* <p>Migrated from Spring Security 2 since it has been removed in Spring Security 3.</p>
*
* @author Luke Taylor
* @version $Id: X509AuthenticationProvider.java 3256 2008-08-18 18:20:48Z luke_t $
From source file com.devicehive.auth.rest.providers.BasicAuthenticationProvider.java
/** * Intercepts Authentication for ADMIN, CLIENT and external oAuth token (e.g. github, google, facebook) */ public class BasicAuthenticationProvider implements AuthenticationProvider { private static final Logger logger = LoggerFactory.getLogger(BasicAuthenticationProvider.class);
From source file nc.noumea.mairie.appock.core.security.AppockAuthenticationProvider.java
/** * Implmentation de AuthenticationProvider pour l'authentification l'application * */ public class AppockAuthenticationProvider implements AuthenticationProvider {
From source file it.av.youeat.web.security.FacebookAuthenticationProvider.java
/** * * @author <a href='mailto:a.vincelli@gmail.com'>Alessandro Vincelli</a> * */ public class FacebookAuthenticationProvider implements AuthenticationProvider {
From source file org.opendatakit.common.security.spring.OutOfBandAuthenticationProvider.java
/**
* Repackaged WrappingOpenIDAuthenticationProvider that attaches the
* AUTH_OUT_OF_BAND grant to the recognized user.
*
* @author mitchellsundt@gmail.com
*