Uses of Class
com.sas.drugdev.remote.admin.Policy

Packages that use Policy
com.sas.drugdev.remote.admin Provides classes and interfaces for accessing user and group information. 
 

Uses of Policy in com.sas.drugdev.remote.admin
 

Fields in com.sas.drugdev.remote.admin declared as Policy
static Policy Policy.USER_POLICY_ARCHIVER
          Policy to create archive files
static Policy Policy.USER_POLICY_AUDITOR
          Policy to view the global audit trail
static Policy Policy.USER_POLICY_PERMISSIONS_REPORT
          Policy to run permissions report
static Policy Policy.USER_POLICY_GROUP_MANAGER
          Policy to manage global groups
static Policy Policy.USER_POLICY_POLICY_MANAGER
          Policy to assign system policies
static Policy Policy.USER_POLICY_SIGNER
          Policy to create electronic signatures
static Policy Policy.USER_POLICY_USER_MANAGER
          Policy to manage user accounts
static Policy Policy.USER_POLICY_SIGNER_DESIGNATOR
          Policy to designate users that must electronically sign an object
static Policy Policy.USER_POLICY_DOCUMENTER
          Policy to create documenter files
static Policy Policy.USER_POLICY_OWNER_MANAGER
          Policy to manage the owner of an object
static Policy Policy.USER_POLICY_TRASHCAN_MANAGER
          Policy to manage trash can
static Policy Policy.USER_POLICY_SYSTEM_MANAGER
          Policy to manage system settings
static Policy Policy.USER_POLICY_UNDO_CHECKOUT
          Policy to undo checkout operation of other users
static Policy Policy.USER_POLICY_DATA_EXPLORER
          Policy to use the Data Explorer application
static Policy Policy.USER_POLICY_PROCESS_EDITOR
          Policy to use the Process Editor application
static Policy Policy.USER_POLICY_JOB_EDITOR
          Policy to use the Job Editor application
static Policy Policy.USER_POLICY_JOB_RESULTS_VIEWER
          Policy to use the Job Results Viewer application
static Policy Policy.USER_POLICY_ADVANCED_LOADER
          Policy to use the Advanced Loader application
static Policy Policy.USER_POLICY_STUDY_DEFINITION_EDITOR
          Policy to use the Study Definition application
static Policy Policy.USER_POLICY_DATA_DEFINITION_EXPLORER
          Policy to use the Data Definition Explorer application
static Policy Policy.USER_POLICY_SCHEDULER
          Policy to use the Scheduler application
static Policy Policy.USER_POLICY_CONSOLE
          Policy to use the Console application
static Policy Policy.USER_POLICY_SAS_PROCESS_MANAGER
          Policy to use the SAS Process Manager application
 

Methods in com.sas.drugdev.remote.admin with parameters of type Policy
 java.util.List UserService.getUsersWithPolicy(Policy policy)
          Gets a list of all users with the given policy
 void UserBean.addPolicy(Policy policy)
          Adds the SDD policy to this user.
 void UserBean.removePolicy(Policy policy)
          Removes the SDD policy from this user.