Example usage for org.springframework.security.web.authentication.www BasicAuthenticationFilter subclass-usage

List of usage examples for org.springframework.security.web.authentication.www BasicAuthenticationFilter subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.web.authentication.www BasicAuthenticationFilter subclass-usage.

Usage

From source file org.trustedanalytics.user.invite.MockedAuthenticationFilter.java

class MockedAuthenticationFilter extends BasicAuthenticationFilter {

    public MockedAuthenticationFilter() {
        super(authentication -> null);
    }

From source file org.mifosplatform.infrastructure.security.filter.TenantAwareBasicAuthenticationFilter.java

/**
 * A customised version of spring security's {@link BasicAuthenticationFilter}.
 * 
 * This filter is responsible for extracting multi-tenant and basic auth
 * credentials from the request and checking that the details provided are
 * valid.

From source file org.deegree.securityproxy.authentication.basic.AddHeaderBasicAuthenticationFilter.java

/**
 * Extended {@link BasicAuthenticationFilter}, adding the access_token as header to the request
 * 
 * @author <a href="mailto:goltz@lat-lon.de">Lyn Goltz</a>
 * @author last edited by: $Author: lyn $
 * 

From source file com.gst.infrastructure.security.filter.TenantAwareBasicAuthenticationFilter.java

/**
 * A customised version of spring security's {@link BasicAuthenticationFilter}.
 * 
 * This filter is responsible for extracting multi-tenant and basic auth
 * credentials from the request and checking that the details provided are
 * valid.

From source file org.apache.fineract.infrastructure.security.filter.TenantAwareBasicAuthenticationFilter.java

/**
 * A customised version of spring security's {@link BasicAuthenticationFilter}.
 * 
 * This filter is responsible for extracting multi-tenant and basic auth
 * credentials from the request and checking that the details provided are
 * valid.