org.mule.module.pgp
Class PGPAuthentication

java.lang.Object
  extended by org.mule.module.pgp.PGPAuthentication
All Implemented Interfaces:
java.io.Serializable, Authentication

public class PGPAuthentication
extends java.lang.Object
implements Authentication

See Also:
Serialized Form

Constructor Summary
PGPAuthentication(java.lang.String userName, cryptix.message.Message message)
           
 
Method Summary
 java.lang.Object getCredentials()
           
 java.lang.Object getDetails()
           
 java.lang.Object getPrincipal()
           
 java.util.Map getProperties()
           
 boolean isAuthenticated()
           
 void setAuthenticated(boolean b)
           
protected  void setDetails(cryptix.pki.KeyBundle kb)
           
 void setProperties(java.util.Map securityMode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PGPAuthentication

public PGPAuthentication(java.lang.String userName,
                         cryptix.message.Message message)
Method Detail

setAuthenticated

public void setAuthenticated(boolean b)
Specified by:
setAuthenticated in interface Authentication

isAuthenticated

public boolean isAuthenticated()
Specified by:
isAuthenticated in interface Authentication

getCredentials

public java.lang.Object getCredentials()
Specified by:
getCredentials in interface Authentication

getDetails

public java.lang.Object getDetails()

setDetails

protected void setDetails(cryptix.pki.KeyBundle kb)

getPrincipal

public java.lang.Object getPrincipal()
Specified by:
getPrincipal in interface Authentication

getProperties

public java.util.Map getProperties()
Specified by:
getProperties in interface Authentication

setProperties

public void setProperties(java.util.Map securityMode)
Specified by:
setProperties in interface Authentication


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.