org.mule.tck.security
Class TestSecurityFilter
java.lang.Object
org.mule.security.AbstractEndpointSecurityFilter
org.mule.tck.security.TestSecurityFilter
- All Implemented Interfaces:
- MuleContextAware, Initialisable, EndpointSecurityFilter
public class TestSecurityFilter
- extends AbstractEndpointSecurityFilter
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 |
SECURITY_EXCEPTION_MESSAGE
public static final String SECURITY_EXCEPTION_MESSAGE
- See Also:
- Constant Field Values
TestSecurityFilter
public TestSecurityFilter(boolean accept)
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
doInitialise
protected void doInitialise()
throws InitialisationException
- Specified by:
doInitialise
in class AbstractEndpointSecurityFilter
- Throws:
InitialisationException
wasCalled
public boolean wasCalled()
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.