org.mule.module.jaas.filters
Class JaasSecurityFilter

java.lang.Object
  extended by org.mule.security.AbstractEndpointSecurityFilter
      extended by org.mule.module.jaas.filters.JaasSecurityFilter
All Implemented Interfaces:
MuleContextAware, Initialisable, EndpointSecurityFilter

public class JaasSecurityFilter
extends AbstractEndpointSecurityFilter


Field Summary
 
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
JaasSecurityFilter()
           
 
Method Summary
protected  void authenticateInbound(MuleEvent event)
           
protected  void authenticateOutbound(MuleEvent event)
           
protected  void doInitialise()
           
 
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
 

Constructor Detail

JaasSecurityFilter

public JaasSecurityFilter()
Method Detail

authenticateInbound

protected final void authenticateInbound(MuleEvent event)
                                  throws SecurityException,
                                         CryptoFailureException,
                                         EncryptionStrategyNotFoundException,
                                         UnknownAuthenticationTypeException
Specified by:
authenticateInbound in class AbstractEndpointSecurityFilter
Throws:
SecurityException
CryptoFailureException
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


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.