org.naregi.rns
Interface CallerInfo


public interface CallerInfo

Interface for caller informations.


Method Summary
 java.util.List<java.lang.String> getGroupList()
           
 java.lang.String getMainGroup()
           
 java.lang.String getUserName()
           
 boolean isAdmin()
           
 

Method Detail

isAdmin

boolean isAdmin()
Returns:
true if the caller is Administrator

getUserName

java.lang.String getUserName()
Returns:
the caller name (not null)

getMainGroup

java.lang.String getMainGroup()
Returns:
main group the caller belong to (not null)

getGroupList

java.util.List<java.lang.String> getGroupList()
Returns:
groups the caller belong to (null is no group)