org.mule.module.pgp
Class PGPSecurityContext

java.lang.Object
  extended by org.mule.module.pgp.PGPSecurityContext
All Implemented Interfaces:
SecurityContext

public class PGPSecurityContext
extends Object
implements SecurityContext


Constructor Summary
PGPSecurityContext(PGPAuthentication authentication)
           
 
Method Summary
 Authentication getAuthentication()
           
 void setAuthentication(Authentication authentication)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PGPSecurityContext

public PGPSecurityContext(PGPAuthentication authentication)
Method Detail

setAuthentication

public void setAuthentication(Authentication authentication)
Specified by:
setAuthentication in interface SecurityContext

getAuthentication

public Authentication getAuthentication()
Specified by:
getAuthentication in interface SecurityContext


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