net.sf.cantina
Interface User

All Known Implementing Classes:
HttpUser

public interface User

Author:
Stephane JAIS

Method Summary
 java.lang.String getName()
           
 boolean isUserInRole(java.lang.String role)
           
 

Method Detail

isUserInRole

public boolean isUserInRole(java.lang.String role)

getName

public java.lang.String getName()


Copyright © 2004 Cantina. All Rights Reserved.