List of usage examples for org.springframework.security.authentication AuthenticationProvider interface-usage
From source file nl.surfnet.mujina.spring.security.CustomAuthenticationProvider.java
public class CustomAuthenticationProvider implements AuthenticationProvider { @Autowired private IdpConfiguration idpConfiguration; @SuppressWarnings("serial")
From source file org.juiser.spring.security.authentication.HeaderAuthenticationProvider.java
/** * @since 1.0.0 */ public class HeaderAuthenticationProvider implements AuthenticationProvider { private final Function<String, UserDetails> converter;
From source file ru.ttk.baloo.rest.security.oauth.CustomUserAuthenticationProvider.java
/** * */ @Service public class CustomUserAuthenticationProvider implements AuthenticationProvider {
From source file no.dusken.momus.authentication.TokenAuthenticationProvider.java
/** * Will try to authenticate a user based on a token, and if the token is valid it will * create a new token holding the proper authorities and authUserDetails */ @Service public class TokenAuthenticationProvider implements AuthenticationProvider {
From source file com.jaspersoft.jasperserver.ps.OAuth.OAuthAuthenticationProvider.java
public class OAuthAuthenticationProvider implements AuthenticationProvider, InitializingBean { private final static Logger logger = LogManager.getLogger(OAuthAuthenticationProvider.class); private OAuthAccessTokenValidatorInterface accessTokenValidator; private OAuthUserDetailsService userDetailsService;
From source file org.callistasoftware.netcare.video.web.security.AuthenticationProvider.java
public class AuthenticationProvider implements org.springframework.security.authentication.AuthenticationProvider { private static final Logger log = LoggerFactory.getLogger(AuthenticationProvider.class); @Autowired private UserDetailsService service;
From source file org.callistasoftware.netcare.web.security.AuthenticationProvider.java
public class AuthenticationProvider implements org.springframework.security.authentication.AuthenticationProvider { private static final Logger log = LoggerFactory.getLogger(AuthenticationProvider.class); @Autowired private UserDetailsService service;
From source file eu.trentorise.smartcampus.aac.conf.OAuthAuthenticationProvider.java
/**
* This {@link AuthenticationProvider} validates the {@link Authentication} instance containing the
* token as principal against (optionally) the token store and (optionally) the specified target scope.
* @author raman
*
*/
From source file eu.freme.common.security.TokenAuthenticationProvider.java
/** * @author Jan Nehring - jan.nehring@dfki.de */ public class TokenAuthenticationProvider implements AuthenticationProvider { private TokenService tokenService;
From source file org.springframework.security.extensions.kerberos.ActiveDirectoryAuthenticationProvider.java
/**
* @author Grant Cermak
* @since 1.1
* @version $Id$
*
* This class works with the SpnegoAuthenticationProcessingFilter