|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.security.AbstractEndpointSecurityFilter
org.mule.tck.security.TestSecurityFilter
public class TestSecurityFilter
Nested Class Summary | |
---|---|
static class |
TestSecurityFilter.StaticMessageUnauthorisedException
|
Field Summary | |
---|---|
static java.lang.String |
SECURITY_EXCEPTION_MESSAGE
|
Fields inherited from class org.mule.security.AbstractEndpointSecurityFilter |
---|
endpoint, logger, muleContext, securityManager |
Fields inherited from interface org.mule.api.lifecycle.Initialisable |
---|
PHASE_NAME |
Constructor Summary | |
---|---|
TestSecurityFilter(boolean accept)
|
Method Summary | |
---|---|
protected void |
authenticateInbound(MuleEvent event)
|
protected void |
authenticateOutbound(MuleEvent event)
|
protected void |
doInitialise()
|
boolean |
wasCalled()
|
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 |
Field Detail |
---|
public static final java.lang.String SECURITY_EXCEPTION_MESSAGE
Constructor Detail |
---|
public TestSecurityFilter(boolean accept)
Method Detail |
---|
protected void authenticateInbound(MuleEvent event) throws SecurityException, CryptoFailureException, SecurityProviderNotFoundException, EncryptionStrategyNotFoundException, UnknownAuthenticationTypeException
authenticateInbound
in class AbstractEndpointSecurityFilter
SecurityException
CryptoFailureException
SecurityProviderNotFoundException
EncryptionStrategyNotFoundException
UnknownAuthenticationTypeException
protected void authenticateOutbound(MuleEvent event) throws SecurityException, SecurityProviderNotFoundException, CryptoFailureException
authenticateOutbound
in class AbstractEndpointSecurityFilter
SecurityException
SecurityProviderNotFoundException
CryptoFailureException
protected void doInitialise() throws InitialisationException
doInitialise
in class AbstractEndpointSecurityFilter
InitialisationException
public boolean wasCalled()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |