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

java.lang.Object
  extended by org.eclipse.higgins.idas.cp.jena2.impl.UserAccount
All Implemented Interfaces:
IUserAccount
Direct Known Subclasses:
PasswordBasedUserAccount, PPIDBasedUserAccount

public class UserAccount
extends Object
implements IUserAccount


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

Constructor Detail

UserAccount

public UserAccount(com.hp.hpl.jena.ontology.Individual accountIndividual,
                   Object credentials)
            throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException
Method Detail

getCredentials

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

getAccountIndividual

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

getAccountId

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