org.mule.impl.security.filters
Class MuleEncryptionEndpointSecurityFilter

java.lang.Object
  extended byorg.mule.impl.security.AbstractEndpointSecurityFilter
      extended byorg.mule.impl.security.filters.MuleEncryptionEndpointSecurityFilter
All Implemented Interfaces:
Initialisable, UMOEndpointSecurityFilter

public class MuleEncryptionEndpointSecurityFilter
extends AbstractEndpointSecurityFilter

MuleEncryptionEndpointSecurityFilter provides password-based encription

Version:
$Revision: 1.4 $
Author:
Ross Mason

Field Summary
 
Fields inherited from class org.mule.impl.security.AbstractEndpointSecurityFilter
logger
 
Constructor Summary
MuleEncryptionEndpointSecurityFilter()
           
 
Method Summary
protected  void authenticateInbound(UMOEvent event)
           
protected  void authenticateOutbound(UMOEvent event)
           
protected  void doInitialise()
           
 UMOEncryptionStrategy getStrategy()
           
 void setStrategy(UMOEncryptionStrategy strategy)
           
 void setStrategyName(java.lang.String name)
           
 
Methods inherited from class org.mule.impl.security.AbstractEndpointSecurityFilter
authenticate, getCredentialsAccessor, getEndpoint, getSecurityManager, getSecurityProviders, initialise, isAuthenticate, setAuthenticate, setCredentialsAccessor, setEndpoint, setSecurityManager, setSecurityProviders
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleEncryptionEndpointSecurityFilter

public MuleEncryptionEndpointSecurityFilter()
Method Detail

authenticateInbound

protected final void authenticateInbound(UMOEvent event)
                                  throws SecurityException,
                                         CryptoFailureException,
                                         SecurityProviderNotFoundException,
                                         UnknownAuthenticationTypeException
Specified by:
authenticateInbound in class AbstractEndpointSecurityFilter
Throws:
SecurityException
CryptoFailureException
SecurityProviderNotFoundException
UnknownAuthenticationTypeException

authenticateOutbound

protected void authenticateOutbound(UMOEvent 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

getStrategy

public UMOEncryptionStrategy getStrategy()

setStrategy

public void setStrategy(UMOEncryptionStrategy strategy)

setStrategyName

public void setStrategyName(java.lang.String name)


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.