org.mule.example.notifications
Class DummySecurityFilter

java.lang.Object
  extended by org.mule.security.AbstractSecurityFilter
      extended by org.mule.security.AbstractAuthenticationFilter
          extended by org.mule.example.notifications.DummySecurityFilter
All Implemented Interfaces:
MuleContextAware, Initialisable, AuthenticationFilter, SecurityFilter

public class DummySecurityFilter
extends AbstractAuthenticationFilter

TODO


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
DummySecurityFilter()
           
 
Method Summary
 void authenticate(MuleEvent event)
           
 
Methods inherited from class org.mule.security.AbstractAuthenticationFilter
doFilter, getCredentialsAccessor, isAuthenticate, setAuthenticate, setCredentialsAccessor
 
Methods inherited from class org.mule.security.AbstractSecurityFilter
doInitialise, 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

DummySecurityFilter

public DummySecurityFilter()
Method Detail

authenticate

public void authenticate(MuleEvent event)
                  throws UnauthorisedException
Specified by:
authenticate in interface AuthenticationFilter
Specified by:
authenticate in class AbstractAuthenticationFilter
Throws:
UnauthorisedException


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