org.objectweb.proactive.ext.security.securityentity
Class Entity

java.lang.Object
  extended by org.objectweb.proactive.ext.security.securityentity.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  byte[] encodedApplicationCertificate
           
 
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

applicationCertificate

protected java.security.cert.X509Certificate applicationCertificate

encodedApplicationCertificate

protected byte[] encodedApplicationCertificate

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 2001-2007 INRIA All Rights Reserved.