org.mule.extras.pgp.filters
Class PGPSecurityFilter
java.lang.Object
org.mule.impl.security.AbstractEndpointSecurityFilter
org.mule.extras.pgp.filters.PGPSecurityFilter
- All Implemented Interfaces:
- Initialisable, UMOEndpointSecurityFilter
- public class PGPSecurityFilter
- extends AbstractEndpointSecurityFilter
- Author:
- ariva
Field Summary |
protected static Log |
logger
|
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 |
logger
protected static transient Log logger
PGPSecurityFilter
public PGPSecurityFilter()
authenticateInbound
protected void authenticateInbound(UMOEvent event)
throws java.lang.SecurityException,
UnauthorisedException,
UnknownAuthenticationTypeException
- Specified by:
authenticateInbound
in class AbstractEndpointSecurityFilter
- Throws:
java.lang.SecurityException
UnauthorisedException
UnknownAuthenticationTypeException
authenticateOutbound
protected void authenticateOutbound(UMOEvent event)
throws java.lang.SecurityException,
UnauthorisedException
- Specified by:
authenticateOutbound
in class AbstractEndpointSecurityFilter
- Throws:
java.lang.SecurityException
UnauthorisedException
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)
isSignRequired
public boolean isSignRequired()
setSignRequired
public void setSignRequired(boolean signRequired)
getKeyManager
public PGPKeyRing getKeyManager()
setKeyManager
public void setKeyManager(PGPKeyRing keyManager)
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.