org.chenillekit.access
Interface WebSessionUser


public interface WebSessionUser

Version:
$Id: WebSessionUser.java 333 2008-11-19 16:26:03Z mlusetti $

Method Summary
 String[] getGroups()
          get the group names.
 int getRoleWeight()
          get the role ids.
 

Method Detail

getRoleWeight

int getRoleWeight()
get the role ids.

Returns:
role ids

getGroups

String[] getGroups()
get the group names.

Returns:
group names


Copyright © 2008-2009 ChenilleKit. All Rights Reserved.