org.mule.module.pgp
Class PGPAuthentication
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PGPAuthentication
public PGPAuthentication(java.lang.String userName,
cryptix.message.Message message)
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.