Uses of Interface
org.mule.api.security.AuthenticationFilter

Packages that use AuthenticationFilter
org.mule.api.security Security API for authentication and authorisation. 
org.mule.example.notifications   
org.mule.module.jaas.filters   
org.mule.module.pgp.filters   
org.mule.security Core security implementation including the mule security manager and encryption types 
org.mule.security.filters Core sercurity filter types. 
org.mule.transport.http.filters   
 

Uses of AuthenticationFilter in org.mule.api.security
 

Subinterfaces of AuthenticationFilter in org.mule.api.security
 interface EndpointSecurityFilter
          Deprecated. 
 

Uses of AuthenticationFilter in org.mule.example.notifications
 

Classes in org.mule.example.notifications that implement AuthenticationFilter
 class DummySecurityFilter
          TODO
 

Uses of AuthenticationFilter in org.mule.module.jaas.filters
 

Classes in org.mule.module.jaas.filters that implement AuthenticationFilter
 class JaasSecurityFilter
           
 

Uses of AuthenticationFilter in org.mule.module.pgp.filters
 

Classes in org.mule.module.pgp.filters that implement AuthenticationFilter
 class PGPSecurityFilter
           
 

Uses of AuthenticationFilter in org.mule.security
 

Classes in org.mule.security that implement AuthenticationFilter
 class AbstractAuthenticationFilter
          AbstractEndpointSecurityFilter provides a framework to perform inbound or outbound authentication for messages.
 class AbstractEndpointSecurityFilter
          Deprecated. 
 class UsernamePasswordAuthenticationFilter
          Performs authentication based on a username and password.
 

Uses of AuthenticationFilter in org.mule.security.filters
 

Classes in org.mule.security.filters that implement AuthenticationFilter
 class MuleEncryptionEndpointSecurityFilter
          MuleEncryptionEndpointSecurityFilter provides password-based encryption
 

Uses of AuthenticationFilter in org.mule.transport.http.filters
 

Classes in org.mule.transport.http.filters that implement AuthenticationFilter
 class HttpBasicAuthenticationFilter
          HttpBasicAuthenticationFilter TODO
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.