org.eclipse.higgins.idas.cp.jena2.impl.authentication
Class AuthenticationModule

java.lang.Object
  extended byorg.eclipse.higgins.idas.cp.jena2.impl.authentication.AuthenticationModule
All Implemented Interfaces:
IAuthenticationModule

public class AuthenticationModule
extends Object
implements IAuthenticationModule


Constructor Summary
AuthenticationModule(Context context)
           
 
Method Summary
 IUserAccount authenticate(Object credentials)
           
 ArrayList getSubjectIndividuals(String userName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationModule

public AuthenticationModule(Context context)
                     throws org.eclipse.higgins.idas.api.IdASException
Method Detail

authenticate

public IUserAccount authenticate(Object credentials)
                          throws org.eclipse.higgins.idas.api.IdASException
Specified by:
authenticate in interface IAuthenticationModule
Throws:
org.eclipse.higgins.idas.api.IdASException

getSubjectIndividuals

public ArrayList getSubjectIndividuals(String userName)
                                throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException