org.mule.extras.pgp
Class PGPAuthentication
java.lang.Object
org.mule.extras.pgp.PGPAuthentication
- All Implemented Interfaces:
- org.mule.umo.security.UMOAuthentication
- public class PGPAuthentication
- extends Object
- implements org.mule.umo.security.UMOAuthentication
- Author:
- ariva
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PGPAuthentication
public PGPAuthentication(String userName,
cryptix.message.Message message)
setAuthenticated
public void setAuthenticated(boolean b)
- Specified by:
setAuthenticated in interface org.mule.umo.security.UMOAuthentication
isAuthenticated
public boolean isAuthenticated()
- Specified by:
isAuthenticated in interface org.mule.umo.security.UMOAuthentication
getCredentials
public Object getCredentials()
- Specified by:
getCredentials in interface org.mule.umo.security.UMOAuthentication
getDetails
public Object getDetails()
setDetails
protected void setDetails(cryptix.pki.KeyBundle kb)
getPrincipal
public Object getPrincipal()
- Specified by:
getPrincipal in interface org.mule.umo.security.UMOAuthentication
getProperties
public Map getProperties()
- Specified by:
getProperties in interface org.mule.umo.security.UMOAuthentication
setProperties
public void setProperties(Map securityMode)
- Specified by:
setProperties in interface org.mule.umo.security.UMOAuthentication
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.