org.infoglue.cms.modules.security.impl.test
Class JAASAuthenticationModule

java.lang.Object
  extended byorg.infoglue.cms.modules.security.impl.test.JAASAuthenticationModule
All Implemented Interfaces:
IExtranetAuthenticationModule

public class JAASAuthenticationModule
extends java.lang.Object
implements IExtranetAuthenticationModule

Author:
ss Testclass for Authentication interfaces

Constructor Summary
JAASAuthenticationModule()
           
 
Method Summary
 IExtranetUser authenticateUser(java.lang.String name, java.lang.String password)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAASAuthenticationModule

public JAASAuthenticationModule()
Method Detail

authenticateUser

public IExtranetUser authenticateUser(java.lang.String name,
                                      java.lang.String password)
                               throws InvalidUserException,
                                      NotAuthorizedException
Specified by:
authenticateUser in interface IExtranetAuthenticationModule
Throws:
InvalidUserException
NotAuthorizedException