public class HttpOperations extends Object
| Constructor and Description |
|---|
HttpOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
basicSecurityFilter(String realm,
String securityProviders,
Event event)
Authenticates received HTTP requests.
|
org.mule.runtime.extension.api.runtime.operation.Result<?,?> |
loadStaticResource(StaticResourceLoader resourceLoader,
Event event)
Serves up static content for use with HTTP, using the request path to lookup the resource.
|
public void basicSecurityFilter(String realm, @Optional String securityProviders, Event event) throws org.mule.runtime.api.exception.MuleException
realm - Authentication realm.securityProviders - The delegate-security-provider to use for authenticating. Use this in case you have multiple
security managers defined in your configuration.org.mule.runtime.api.exception.MuleException - if unauthenticated.public org.mule.runtime.extension.api.runtime.operation.Result<?,?> loadStaticResource(@ParameterGroup(value="Resource")
StaticResourceLoader resourceLoader,
Event event)
throws ResourceNotFoundException,
org.mule.runtime.api.lifecycle.InitialisationException
ResourceNotFoundExceptionorg.mule.runtime.api.lifecycle.InitialisationExceptionCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.