org.apache.cocoon.portal.security
Class DBSecurityHandler

java.lang.Object
  extended byAbstractSecurityHandler
      extended byorg.apache.cocoon.portal.security.DBSecurityHandler

public class DBSecurityHandler
extends AbstractSecurityHandler

Version:
$Id: DBSecurityHandler.java 322471 2005-10-16 13:24:19Z cziegeler $
See Also:
Serialized Form

Constructor Summary
DBSecurityHandler()
           
 
Method Summary
 org.osoco.cowarp.User login(Map loginContext)
           
 void logout(Map context, org.osoco.cowarp.User user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBSecurityHandler

public DBSecurityHandler()
Method Detail

login

public org.osoco.cowarp.User login(Map loginContext)
                            throws Exception
Throws:
Exception
See Also:
org.osoco.cowarp.SecurityHandler#login(Map)

logout

public void logout(Map context,
                   org.osoco.cowarp.User user)
See Also:
org.osoco.cowarp.SecurityHandler#logout(Map, org.osoco.cowarp.User)


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.