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
 void authenticate(MuleEvent event)
           
protected  void doInitialise()
           
 
Methods inherited from class org.mule.security.AbstractAuthenticationFilter
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

doInitialise

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

authenticate

public void authenticate(MuleEvent event)
                  throws SecurityException,
                         UnknownAuthenticationTypeException,
                         CryptoFailureException,
                         SecurityProviderNotFoundException,
                         EncryptionStrategyNotFoundException,
                         InitialisationException
Specified by:
authenticate in interface AuthenticationFilter
Specified by:
authenticate in class AbstractAuthenticationFilter
Throws:
SecurityException
UnknownAuthenticationTypeException
CryptoFailureException
SecurityProviderNotFoundException
EncryptionStrategyNotFoundException
InitialisationException


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