public class HttpOperations extends Object
| Constructor and Description |
|---|
HttpOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
basicSecurityFilter(HttpBasicAuthenticationFilter filter,
org.mule.runtime.extension.api.security.AuthenticationHandler authenticationHandler)
Authenticates received HTTP requests.
|
org.mule.runtime.extension.api.runtime.operation.Result<?,?> |
loadStaticResource(StaticResourceLoader resourceLoader)
Serves up static content for use with HTTP, using the request path to lookup the resource.
|
@Throws(value=BasicSecurityErrorTypeProvider.class) public void basicSecurityFilter(@ParameterGroup(name="Security Filter") HttpBasicAuthenticationFilter filter, org.mule.runtime.extension.api.security.AuthenticationHandler authenticationHandler)
@Throws(value=LoadStaticResourceErrorTypeProvider.class) public org.mule.runtime.extension.api.runtime.operation.Result<?,?> loadStaticResource(@ParameterGroup(name="Resource") StaticResourceLoader resourceLoader) throws ResourceNotFoundException
ResourceNotFoundExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.