List of usage examples for org.springframework.security.authentication AuthenticationProvider interface-usage
From source file eu.freme.broker.security.TokenAuthenticationProvider.java
/** * @author Jan Nehring - jan.nehring@dfki.de */ public class TokenAuthenticationProvider implements AuthenticationProvider { private TokenService tokenService;
From source file org.springframework.security.kerberos.authentication.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.wwpass.springsecurity.authentication.WwpassAuthenticationProvider.java
@Component public class WwpassAuthenticationProvider implements AuthenticationProvider { private final AuthenticationUserDetailsService<WwpassAuthenticationToken> userDetailsService; private final static String DEFAULT_WWPASS_ROLE = "ROLE_USER";
From source file com.github.cherimojava.orchidae.security.MongoAuthenticationProvider.java
/** * Authenticates users against MongoDB data store */ public class MongoAuthenticationProvider implements AuthenticationProvider { private static final String ERROR_MSG = "Incorrect password and/or username";
From source file com.hp.autonomy.frontend.find.idol.authentication.IdolPreAuthenticatedAuthenticationProvider.java
@Component @Slf4j @ConditionalOnProperty("server.reverseProxy") public class IdolPreAuthenticatedAuthenticationProvider implements AuthenticationProvider { private static final String USER_NOT_FOUND_ERROR_ID = "UASERVERUSERREAD-2147438053";
From source file org.carewebframework.security.spring.AbstractAuthenticationProvider.java
/** * Provides authentication support for the framework. Takes provided authentication credentials and * authenticates them against the database. */ public abstract class AbstractAuthenticationProvider implements AuthenticationProvider {
From source file org.infoscoop.api.oauth2.provider.ISAuthenticationProvider.java
public class ISAuthenticationProvider implements AuthenticationProvider { private static Log log = LogFactory.getLog(ISAuthenticationProvider.class); private static final String ROLE_ADMIN = "ROLE_ADMIN"; private static final String ROLE_USER = "ROLE_USER"; private static final String ROLE_CLIENT = "ROLE_CLIENT";
From source file org.kamranzafar.xmpp.template.XmppAuthenticationProvider.java
/** * Created by kamran on 05/08/15. */ @Component public class XmppAuthenticationProvider implements AuthenticationProvider {
From source file org.exoplatform.acceptance.security.CrowdAuthenticationProviderMock.java
/**
* A basic implementation of {@link org.springframework.security.authentication.AuthenticationProvider} which is using our {@link org.exoplatform.acceptance.security.CrowdAuthenticationProviderMock} to manage users.
*
* @author Arnaud Hritier ( aheritier@exoplatform.com )
* @since 2.0.0
*/
From source file net.maritimecloud.identityregistry.security.MCAuthenticationProvider.java
@Component public class MCAuthenticationProvider implements AuthenticationProvider { private static final Logger logger = LoggerFactory.getLogger(MCAuthenticationProvider.class); /*