Uses of Class
gov.nih.nci.caarray.common.data.security.UserDesc

Packages that use UserDesc
gov.nih.nci.caarray.common.data.security   
gov.nih.nci.caarray.common.delegate   
gov.nih.nci.caarray.services.security   
gov.nih.nci.caarray.services.security.ejb   
 

Uses of UserDesc in gov.nih.nci.caarray.common.data.security
 

Methods in gov.nih.nci.caarray.common.data.security that return UserDesc
 UserDesc UserData.getDesc()
           
 

Methods in gov.nih.nci.caarray.common.data.security with parameters of type UserDesc
 void UserData.setDesc(UserDesc desc)
           
 

Uses of UserDesc in gov.nih.nci.caarray.common.delegate
 

Methods in gov.nih.nci.caarray.common.delegate that return UserDesc
 UserDesc[] SecurityManagerDelegate.getUsers()
          Gets role information for the specified user.
 UserDesc[] CaSecurityManagerDelegate.getUsers()
          Gets role information for the specified user.
 

Uses of UserDesc in gov.nih.nci.caarray.services.security
 

Methods in gov.nih.nci.caarray.services.security that return UserDesc
 UserDesc[] SecurityAdminService.getUsers()
          Returns an array of ProtectionGroups which are present in the application.
 

Uses of UserDesc in gov.nih.nci.caarray.services.security.ejb
 

Methods in gov.nih.nci.caarray.services.security.ejb that return UserDesc
 UserDesc[] SecurityManagerEJB.getSystemUsers()
          Gets all the active Users of the system.
 UserDesc[] CaSecurityManagerEJB.getSystemUsers()
          Gets all the active Users of the system.