gov.nih.nci.mageom.util
Interface UserAccess


public interface UserAccess

The interface for user access allows for the passing of user access information between NIC objects


Method Summary
 java.lang.Object getPermission(java.lang.String key)
          return the permission of a given corresponding key(project), if not found , returns null
 java.util.Enumeration getPermissonKeys()
          return the enumeration of permissions
 java.util.Hashtable getPermissons()
          return the hashtable of permissions
 boolean hasPermission(java.lang.String key, java.lang.String permission)
          return if the given key (project), has a given premission
 

Method Detail

getPermissons

java.util.Hashtable getPermissons()
return the hashtable of permissions


getPermissonKeys

java.util.Enumeration getPermissonKeys()
return the enumeration of permissions


getPermission

java.lang.Object getPermission(java.lang.String key)
return the permission of a given corresponding key(project), if not found , returns null


hasPermission

boolean hasPermission(java.lang.String key,
                      java.lang.String permission)
return if the given key (project), has a given premission