org.mule.example.notifications
Class DummySecurityFilter
java.lang.Object
org.mule.security.AbstractSecurityFilter
org.mule.security.AbstractAuthenticationFilter
org.mule.example.notifications.DummySecurityFilter
- All Implemented Interfaces:
- MuleContextAware, Initialisable, AuthenticationFilter, SecurityFilter
public class DummySecurityFilter
- extends AbstractAuthenticationFilter
TODO
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummySecurityFilter
public DummySecurityFilter()
authenticateInbound
protected void authenticateInbound(MuleEvent event)
throws SecurityException,
CryptoFailureException,
SecurityProviderNotFoundException,
EncryptionStrategyNotFoundException,
UnknownAuthenticationTypeException
- Specified by:
authenticateInbound
in class AbstractAuthenticationFilter
- Throws:
SecurityException
CryptoFailureException
SecurityProviderNotFoundException
EncryptionStrategyNotFoundException
UnknownAuthenticationTypeException
authenticateOutbound
protected void authenticateOutbound(MuleEvent event)
throws SecurityException,
SecurityProviderNotFoundException,
CryptoFailureException
- Specified by:
authenticateOutbound
in class AbstractAuthenticationFilter
- Throws:
SecurityException
SecurityProviderNotFoundException
CryptoFailureException
doAuthenticate
protected void doAuthenticate(MuleEvent event)
throws UnauthorisedException
- Throws:
UnauthorisedException
doInitialise
protected void doInitialise()
throws InitialisationException
- Overrides:
doInitialise
in class AbstractSecurityFilter
- Throws:
InitialisationException
Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.