org.eclipse.higgins.idas.cp.jena2.impl
Class AnonimousAccount

java.lang.Object
  extended by org.eclipse.higgins.idas.cp.jena2.impl.AnonimousAccount
All Implemented Interfaces:
IUserAccount

public class AnonimousAccount
extends Object
implements IUserAccount


Constructor Summary
AnonimousAccount()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAccountId()
           
 com.hp.hpl.jena.ontology.Individual getAccountIndividual()
           
 Object getCredentials()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnonimousAccount

public AnonimousAccount()
Method Detail

getAccountId

public String getAccountId()
Specified by:
getAccountId in interface IUserAccount

getAccountIndividual

public com.hp.hpl.jena.ontology.Individual getAccountIndividual()
Specified by:
getAccountIndividual in interface IUserAccount

getCredentials

public Object getCredentials()
Specified by:
getCredentials in interface IUserAccount

equals

public boolean equals(Object obj)
Overrides:
equals in class Object