public interface EndpointSecurityFilter extends Initialisable
EndpointSecurityFilter
is a base filter for secure filtering of
inbound and outbout event flowPHASE_NAME
Modifier and Type | Method and Description |
---|---|
void |
authenticate(MuleEvent event) |
CredentialsAccessor |
getCredentialsAccessor() |
ImmutableEndpoint |
getEndpoint() |
SecurityManager |
getSecurityManager() |
String |
getSecurityProviders() |
void |
setCredentialsAccessor(CredentialsAccessor accessor) |
void |
setEndpoint(ImmutableEndpoint endpoint) |
void |
setSecurityManager(SecurityManager manager) |
void |
setSecurityProviders(String providers) |
initialise
void setSecurityManager(SecurityManager manager)
manager
- SecurityManager getSecurityManager()
String getSecurityProviders()
void setSecurityProviders(String providers)
void setEndpoint(ImmutableEndpoint endpoint)
ImmutableEndpoint getEndpoint()
void setCredentialsAccessor(CredentialsAccessor accessor)
CredentialsAccessor getCredentialsAccessor()
void authenticate(MuleEvent event) throws SecurityException, UnknownAuthenticationTypeException, CryptoFailureException, SecurityProviderNotFoundException, EncryptionStrategyNotFoundException, InitialisationException
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.