org.mule.example.notifications
Class DummySecurityFilter
java.lang.Object
org.mule.security.AbstractEndpointSecurityFilter
org.mule.example.notifications.DummySecurityFilter
- All Implemented Interfaces:
- MuleContextAware, Initialisable, EndpointSecurityFilter
public class DummySecurityFilter
- extends AbstractEndpointSecurityFilter
TODO
Methods inherited from class org.mule.security.AbstractEndpointSecurityFilter |
authenticate, getCredentialsAccessor, getEndpoint, getSecurityManager, getSecurityProviders, initialise, initialiseEndpoint, isAuthenticate, lazyInit, setAuthenticate, setCredentialsAccessor, setEndpoint, setMuleContext, setSecurityManager, setSecurityProviders, updatePayload |
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 AbstractEndpointSecurityFilter
- Throws:
SecurityException
CryptoFailureException
SecurityProviderNotFoundException
EncryptionStrategyNotFoundException
UnknownAuthenticationTypeException
authenticateOutbound
protected void authenticateOutbound(MuleEvent event)
throws SecurityException,
SecurityProviderNotFoundException,
CryptoFailureException
- Specified by:
authenticateOutbound
in class AbstractEndpointSecurityFilter
- Throws:
SecurityException
SecurityProviderNotFoundException
CryptoFailureException
doAuthenticate
protected void doAuthenticate(MuleEvent event)
throws UnauthorisedException
- Throws:
UnauthorisedException
doInitialise
protected void doInitialise()
throws InitialisationException
- Specified by:
doInitialise
in class AbstractEndpointSecurityFilter
- Throws:
InitialisationException
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.