org.objectweb.proactive.ext.security
Class Entity

java.lang.Object
  |
  +--org.objectweb.proactive.ext.security.Entity
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DefaultEntity, EntityCertificate, EntityVirtualNode

public abstract class Entity
extends java.lang.Object
implements java.io.Serializable

Author:
acontes To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
See Also:
Serialized Form

Field Summary
protected  java.security.cert.X509Certificate applicationCertificate
           
protected  java.security.cert.X509Certificate certificate
           
protected static org.apache.log4j.Logger logger
           
 
Constructor Summary
Entity()
           
 
Method Summary
abstract  boolean equals(Entity e)
           
 java.security.cert.X509Certificate getApplicationCertificate()
           
 java.security.cert.X509Certificate getCertificate()
           
abstract  java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static org.apache.log4j.Logger logger

applicationCertificate

protected java.security.cert.X509Certificate applicationCertificate

certificate

protected java.security.cert.X509Certificate certificate
Constructor Detail

Entity

public Entity()
Method Detail

getApplicationCertificate

public java.security.cert.X509Certificate getApplicationCertificate()

getCertificate

public java.security.cert.X509Certificate getCertificate()

getName

public abstract java.lang.String getName()

equals

public abstract boolean equals(Entity e)


Copyright © April 2004 INRIA All Rights Reserved.