public interface SecurityFilter
extends org.mule.runtime.api.lifecycle.Initialisable
SecurityFilter is a base filter for secure filtering of inbound and outbound event flow.| Modifier and Type | Method and Description |
|---|---|
Event |
doFilter(Event event) |
SecurityManager |
getSecurityManager() |
String |
getSecurityProviders() |
void |
setSecurityManager(SecurityManager manager) |
void |
setSecurityProviders(String providers) |
void setSecurityManager(SecurityManager manager)
manager - SecurityManager getSecurityManager()
String getSecurityProviders()
void setSecurityProviders(String providers)
Event doFilter(Event event) throws org.mule.runtime.api.security.SecurityException, org.mule.runtime.api.security.UnknownAuthenticationTypeException, CryptoFailureException, org.mule.runtime.api.security.SecurityProviderNotFoundException, EncryptionStrategyNotFoundException, org.mule.runtime.api.lifecycle.InitialisationException
org.mule.runtime.api.security.SecurityExceptionorg.mule.runtime.api.security.UnknownAuthenticationTypeExceptionCryptoFailureExceptionorg.mule.runtime.api.security.SecurityProviderNotFoundExceptionEncryptionStrategyNotFoundExceptionorg.mule.runtime.api.lifecycle.InitialisationExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.