org.mule.api.security
Interface EndpointSecurityFilter
- All Superinterfaces:
- AuthenticationFilter, EndpointAware, Initialisable, SecurityFilter
- All Known Implementing Classes:
- AbstractEndpointSecurityFilter, HttpBasicAuthenticationFilter, HttpBasicAuthenticationFilter, JaasSecurityFilter, MuleEncryptionEndpointSecurityFilter, PGPSecurityFilter
Deprecated.
@Deprecated
public interface EndpointSecurityFilter
- extends AuthenticationFilter, EndpointAware
EndpointSecurityFilter
is a base filter for secure filtering of
inbound and outbout event flow
setEndpoint
void setEndpoint(ImmutableEndpoint endpoint)
- Deprecated.
- Specified by:
setEndpoint
in interface EndpointAware
getEndpoint
ImmutableEndpoint getEndpoint()
- Deprecated.
Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.