org.mule.module.spring.security.filters.http
Class HttpBasicAuthenticationFilter

java.lang.Object
  extended by org.mule.security.AbstractSecurityFilter
      extended by org.mule.security.AbstractAuthenticationFilter
          extended by org.mule.security.AbstractEndpointSecurityFilter
              extended by org.mule.transport.http.filters.HttpBasicAuthenticationFilter
                  extended by org.mule.module.spring.security.filters.http.HttpBasicAuthenticationFilter
All Implemented Interfaces:
MuleContextAware, Initialisable, AuthenticationFilter, EndpointSecurityFilter, SecurityFilter, EndpointAware

Deprecated.

@Deprecated
public class HttpBasicAuthenticationFilter
extends HttpBasicAuthenticationFilter

HttpBasicAuthenticationFilter TODO


Field Summary
 
Fields inherited from class org.mule.transport.http.filters.HttpBasicAuthenticationFilter
logger
 
Fields inherited from class org.mule.security.AbstractEndpointSecurityFilter
endpoint
 
Fields inherited from class org.mule.security.AbstractSecurityFilter
muleContext, securityManager
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Constructor Summary
HttpBasicAuthenticationFilter()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.mule.transport.http.filters.HttpBasicAuthenticationFilter
authenticateInbound, authenticateOutbound, createAuthentication, doInitialise, getRealm, isRealmRequired, setRealm, setRealmRequired, setUnauthenticated
 
Methods inherited from class org.mule.security.AbstractEndpointSecurityFilter
authenticate, doFilter, getEndpoint, setEndpoint
 
Methods inherited from class org.mule.security.AbstractAuthenticationFilter
getCredentialsAccessor, isAuthenticate, setAuthenticate, setCredentialsAccessor
 
Methods inherited from class org.mule.security.AbstractSecurityFilter
getSecurityManager, getSecurityProviders, initialise, setMuleContext, setSecurityManager, setSecurityProviders, updatePayload
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mule.api.security.AuthenticationFilter
getCredentialsAccessor, setCredentialsAccessor
 
Methods inherited from interface org.mule.api.security.SecurityFilter
getSecurityManager, getSecurityProviders, setSecurityManager, setSecurityProviders
 
Methods inherited from interface org.mule.api.lifecycle.Initialisable
initialise
 

Constructor Detail

HttpBasicAuthenticationFilter

public HttpBasicAuthenticationFilter()
Deprecated. 


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