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

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

public class PasswordBasedUserAccount
extends UserAccount


Constructor Summary
PasswordBasedUserAccount(com.hp.hpl.jena.ontology.Individual accountInd, org.eclipse.higgins.idas.common.AuthNNamePasswordMaterials credentials)
           
 
Method Summary
 boolean equals(Object obj)
           
 org.eclipse.higgins.idas.common.AuthNNamePasswordMaterials getAuthNNamePasswordMaterials()
           
 Key getKey()
           
 
Methods inherited from class org.eclipse.higgins.idas.cp.jena2.impl.UserAccount
getAccountId, getAccountIndividual, getCredentials
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordBasedUserAccount

public PasswordBasedUserAccount(com.hp.hpl.jena.ontology.Individual accountInd,
                                org.eclipse.higgins.idas.common.AuthNNamePasswordMaterials credentials)
                         throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException
Method Detail

getKey

public Key getKey()
           throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException

getAuthNNamePasswordMaterials

public org.eclipse.higgins.idas.common.AuthNNamePasswordMaterials getAuthNNamePasswordMaterials()

equals

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