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

java.lang.Object
  |
  +--org.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
clone, equals, finalize, 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
InvalidUserException
NotAuthorizedException


Copyright © 2003 InfoGlue.org All Rights Reserved.