org.mule.test.config
Class SecurityFilterTestCase.CustomSecurityFilter

java.lang.Object
  extended by org.mule.security.AbstractSecurityFilter
      extended by org.mule.security.AbstractAuthenticationFilter
          extended by org.mule.test.config.SecurityFilterTestCase.CustomSecurityFilter
All Implemented Interfaces:
MuleContextAware, Initialisable, AuthenticationFilter, SecurityFilter
Enclosing class:
SecurityFilterTestCase

public static class SecurityFilterTestCase.CustomSecurityFilter
extends AbstractAuthenticationFilter

Custom security filter class that does nothing at all


Field Summary
 
Fields inherited from class org.mule.security.AbstractSecurityFilter
logger, muleContext, securityManager
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Constructor Summary
SecurityFilterTestCase.CustomSecurityFilter()
           
 
Method Summary
protected  void authenticateInbound(MuleEvent event)
           
protected  void authenticateOutbound(MuleEvent event)
           
protected  void doInitialise()
           
 
Methods inherited from class org.mule.security.AbstractAuthenticationFilter
authenticate, doFilter, 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.SecurityFilter
getSecurityManager, getSecurityProviders, setSecurityManager, setSecurityProviders
 
Methods inherited from interface org.mule.api.lifecycle.Initialisable
initialise
 

Constructor Detail

SecurityFilterTestCase.CustomSecurityFilter

public SecurityFilterTestCase.CustomSecurityFilter()
Method Detail

authenticateInbound

protected void authenticateInbound(MuleEvent event)
Specified by:
authenticateInbound in class AbstractAuthenticationFilter

authenticateOutbound

protected void authenticateOutbound(MuleEvent event)
Specified by:
authenticateOutbound in class AbstractAuthenticationFilter

doInitialise

protected void doInitialise()
                     throws InitialisationException
Overrides:
doInitialise in class AbstractSecurityFilter
Throws:
InitialisationException


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