net.sf.cantina.system
Class HttpUser

java.lang.Object
  extended bynet.sf.cantina.system.HttpUser
All Implemented Interfaces:
User

public class HttpUser
extends java.lang.Object
implements User

Author:
Stephane JAIS

Field Summary
(package private)  javax.servlet.http.HttpServletRequest r
           
 
Constructor Summary
HttpUser(javax.servlet.http.HttpServletRequest r)
           
 
Method Summary
 java.lang.String getName()
           
 boolean isUserInRole(java.lang.String role)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

r

javax.servlet.http.HttpServletRequest r
Constructor Detail

HttpUser

public HttpUser(javax.servlet.http.HttpServletRequest r)
Method Detail

isUserInRole

public boolean isUserInRole(java.lang.String role)
Specified by:
isUserInRole in interface User

getName

public java.lang.String getName()
Specified by:
getName in interface User


Copyright © 2004 Cantina. All Rights Reserved.