Uses of Class
com.sas.lsaf.security.privilege.GlobalPrivilege
Packages that use GlobalPrivilege
Package
Description
Service and classes for identifying and using privileges in the system.
-
Uses of GlobalPrivilege in com.sas.lsaf.security.privilege
Fields in com.sas.lsaf.security.privilege declared as GlobalPrivilegeModifier and TypeFieldDescriptionstatic final GlobalPrivilegeGlobalPrivileges.PRIVILEGE_AUDIT_REPORTINGThe global privilege that allows users to view the audit trail for the entire system.static final GlobalPrivilegeGlobalPrivileges.PRIVILEGE_CREATE_MESSAGEThe global privilege that allows users to send internal messages to other users within the system.static final GlobalPrivilegeGlobalPrivileges.PRIVILEGE_CREATE_TOPLEVEL_CONTEXTSThe global privilege that allows users to create top-level contexts in the repository..static final GlobalPrivilegeGlobalPrivileges.PRIVILEGE_MANAGE_ALL_SCHEDULESThe global privilege that allows users to manage schedules created by other users.static final GlobalPrivilegeGlobalPrivileges.PRIVILEGE_MANAGE_ALL_SESSIONSThe global privilege that allows users to manage SAS Sessions created by other users.static final GlobalPrivilegeGlobalPrivileges.PRIVILEGE_MANAGE_CHECKEDOUT_FILESThe global privilege that allows users to manage checked out files that are checked out by other users.static final GlobalPrivilegeGlobalPrivileges.PRIVILEGE_MANAGE_EXTENDED_ATTRIBUTESThe global privilege that allows users to create and manage extended attributes within the system.static final GlobalPrivilegeGlobalPrivileges.PRIVILEGE_MANAGE_PROCESS_FLOW_DEFINITIONSThe global privilege that allows users to manage process flow definitions within the repository.static final GlobalPrivilegeGlobalPrivileges.PRIVILEGE_MANAGE_SCHEDULESThe global privilege that allows users to create and manage their own schedules.static final GlobalPrivilegeGlobalPrivileges.PRIVILEGE_MANAGE_STANDARDSThe global privilege that allows users to create and update data standards within the repository.static final GlobalPrivilegeGlobalPrivileges.PRIVILEGE_MANAGE_SYSTEM_MESSAGEThe global privilege that allows users to edit the system message that application users see in their dashboard view.static final GlobalPrivilegeGlobalPrivileges.PRIVILEGE_MANAGE_USER_ACCOUNTSThe global privilege that allows users to create and manage user accounts within the system.static final GlobalPrivilegeGlobalPrivileges.PRIVILEGE_MANAGE_USERSThe global privilege that allows users to manage user detail information within the system.static final GlobalPrivilegeGlobalPrivileges.PRIVILEGE_SUBMIT_SESSIONThe global privilege that allows users to submit and execute SAS code within the system.static final GlobalPrivilegeGlobalPrivileges.PRIVILEGE_VIEW_ADMINISTRATIVE_DASHBOARD_TILESThe global privilege that allows users to view administrative dashboard tiles.static final GlobalPrivilegeGlobalPrivileges.PRIVILEGE_VIEW_USERSThe global privilege that allows users to view all users.static final GlobalPrivilegeGlobalPrivileges.PRIVILEGE_WEBDAV_ACCESSThe global privilege that allows users to connect and access all WebDAV functionality.Fields in com.sas.lsaf.security.privilege with type parameters of type GlobalPrivilegeModifier and TypeFieldDescriptionstatic final Set<GlobalPrivilege> GlobalPrivileges.ALL_GLOBAL_PRIVILEGESThe complete set of global privileges within the system.Methods in com.sas.lsaf.security.privilege that return types with arguments of type GlobalPrivilegeModifier and TypeMethodDescriptionGlobalPrivilegeService.getAvailablePrivileges()Returns a list of global privileges that are available for assignment.GlobalPrivilegeService.getGrantedPrivileges(String userId) Gets the set of global privileges that are granted to a user.