org.objectweb.proactive.ext.security.securityentity
Class Entity
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
applicationCertificate
protected java.security.cert.X509Certificate applicationCertificate
encodedApplicationCertificate
protected byte[] encodedApplicationCertificate
certificate
protected java.security.cert.X509Certificate certificate
Entity
public Entity()
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.