public class HttpBasicAuthenticationFilter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
HttpBasicAuthenticationFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(org.mule.runtime.extension.api.security.AuthenticationHandler authenticationHandler)
Authenticates an HTTP message based on the provided
HttpRequestAttributes. |
public void authenticate(org.mule.runtime.extension.api.security.AuthenticationHandler authenticationHandler)
throws org.mule.runtime.api.security.SecurityException,
org.mule.runtime.api.security.SecurityProviderNotFoundException,
org.mule.runtime.api.security.UnknownAuthenticationTypeException
HttpRequestAttributes.org.mule.runtime.api.security.SecurityException - if authentication failsorg.mule.runtime.api.security.SecurityProviderNotFoundExceptionorg.mule.runtime.api.security.UnknownAuthenticationTypeExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.