Class BasicAuthenticationInterceptor

java.lang.Object
com.predic8.membrane.core.interceptor.AbstractInterceptor
com.predic8.membrane.core.interceptor.authentication.BasicAuthenticationInterceptor
All Implemented Interfaces:
Interceptor

public class BasicAuthenticationInterceptor extends AbstractInterceptor
Description
Blocks requests which do not have the correct RFC 1945 basic authentication credentials (HTTP header "Authentication: Basic ....").
Topic
6. Security