A C D E F G H I M N O P R S T U V W

U

USER_OWNER - Static variable in interface com.sas.drugdev.remote.repository.security.AccessControlEntry
Name for a special user, which is the owner of this node.
USER_POLICY_ADVANCED_LOADER - Static variable in class com.sas.drugdev.remote.admin.Policy
Policy to use the Advanced Loader application
USER_POLICY_ARCHIVER - Static variable in class com.sas.drugdev.remote.admin.Policy
Policy to create archive files
USER_POLICY_AUDITOR - Static variable in class com.sas.drugdev.remote.admin.Policy
Policy to view the global audit trail
USER_POLICY_CONSOLE - Static variable in class com.sas.drugdev.remote.admin.Policy
Policy to use the Console application
USER_POLICY_DATA_DEFINITION_EXPLORER - Static variable in class com.sas.drugdev.remote.admin.Policy
Policy to use the Data Definition Explorer application
USER_POLICY_DATA_EXPLORER - Static variable in class com.sas.drugdev.remote.admin.Policy
Policy to use the Data Explorer application
USER_POLICY_DOCUMENTER - Static variable in class com.sas.drugdev.remote.admin.Policy
Policy to create documenter files
USER_POLICY_GROUP_MANAGER - Static variable in class com.sas.drugdev.remote.admin.Policy
Policy to manage global groups
USER_POLICY_JOB_EDITOR - Static variable in class com.sas.drugdev.remote.admin.Policy
Policy to use the Job Editor application
USER_POLICY_JOB_RESULTS_VIEWER - Static variable in class com.sas.drugdev.remote.admin.Policy
Policy to use the Job Results Viewer application
USER_POLICY_OWNER_MANAGER - Static variable in class com.sas.drugdev.remote.admin.Policy
Policy to manage the owner of an object
USER_POLICY_PERMISSIONS_REPORT - Static variable in class com.sas.drugdev.remote.admin.Policy
Policy to run permissions report
USER_POLICY_POLICY_MANAGER - Static variable in class com.sas.drugdev.remote.admin.Policy
Policy to assign system policies
USER_POLICY_PROCESS_EDITOR - Static variable in class com.sas.drugdev.remote.admin.Policy
Policy to use the Process Editor application
USER_POLICY_SAS_PROCESS_MANAGER - Static variable in class com.sas.drugdev.remote.admin.Policy
Policy to use the SAS Process Manager application
USER_POLICY_SCHEDULER - Static variable in class com.sas.drugdev.remote.admin.Policy
Policy to use the Scheduler application
USER_POLICY_SIGNER - Static variable in class com.sas.drugdev.remote.admin.Policy
Policy to create electronic signatures
USER_POLICY_SIGNER_DESIGNATOR - Static variable in class com.sas.drugdev.remote.admin.Policy
Policy to designate users that must electronically sign an object
USER_POLICY_STUDY_DEFINITION_EDITOR - Static variable in class com.sas.drugdev.remote.admin.Policy
Policy to use the Study Definition application
USER_POLICY_SYSTEM_MANAGER - Static variable in class com.sas.drugdev.remote.admin.Policy
Policy to manage system settings
USER_POLICY_TRASHCAN_MANAGER - Static variable in class com.sas.drugdev.remote.admin.Policy
Policy to manage trash can
USER_POLICY_UNDO_CHECKOUT - Static variable in class com.sas.drugdev.remote.admin.Policy
Policy to undo checkout operation of other users
USER_POLICY_USER_MANAGER - Static variable in class com.sas.drugdev.remote.admin.Policy
Policy to manage user accounts
UndeleteableEntryException - exception com.sas.drugdev.remote.repository.security.UndeleteableEntryException.
The UndeleteableEntryException is thrown when a user attempts to delete an AccessControlEntry that is not deleteable.
UndeleteableEntryException() - Constructor for class com.sas.drugdev.remote.repository.security.UndeleteableEntryException
 
UndeleteableEntryException(String) - Constructor for class com.sas.drugdev.remote.repository.security.UndeleteableEntryException
 
UndeleteableEntryException(Throwable) - Constructor for class com.sas.drugdev.remote.repository.security.UndeleteableEntryException
 
UndeleteableEntryException(String, Throwable) - Constructor for class com.sas.drugdev.remote.repository.security.UndeleteableEntryException
 
UnsupportedCredentialsException - exception com.sas.drugdev.remote.session.UnsupportedCredentialsException.
Thrown when a user attempts to connect with a Credentials object that isn't supported.
UnsupportedCredentialsException() - Constructor for class com.sas.drugdev.remote.session.UnsupportedCredentialsException
 
UnsupportedCredentialsException(String) - Constructor for class com.sas.drugdev.remote.session.UnsupportedCredentialsException
 
UnsupportedCredentialsException(Throwable) - Constructor for class com.sas.drugdev.remote.session.UnsupportedCredentialsException
 
UnsupportedCredentialsException(String, Throwable) - Constructor for class com.sas.drugdev.remote.session.UnsupportedCredentialsException
 
User - interface com.sas.drugdev.remote.admin.User.
Interface representing a user in the SDD instance.
UserBean - class com.sas.drugdev.remote.admin.UserBean.
Simple bean to represent a user.
UserBean(String) - Constructor for class com.sas.drugdev.remote.admin.UserBean
Constructor that takes only a userId
UserBean(RemoteUser) - Constructor for class com.sas.drugdev.remote.admin.UserBean
Constructor that takes a RemoteUser.
UserInactiveException - exception com.sas.drugdev.remote.session.UserInactiveException.
Thrown when a user attempts to login with an account that is inactive.
UserInactiveException() - Constructor for class com.sas.drugdev.remote.session.UserInactiveException
 
UserInactiveException(String) - Constructor for class com.sas.drugdev.remote.session.UserInactiveException
 
UserInactiveException(Throwable) - Constructor for class com.sas.drugdev.remote.session.UserInactiveException
 
UserInactiveException(String, Throwable) - Constructor for class com.sas.drugdev.remote.session.UserInactiveException
 
UserRetiredException - exception com.sas.drugdev.remote.session.UserRetiredException.
Thrown when a user attempts to login with an account that is retired.
UserRetiredException() - Constructor for class com.sas.drugdev.remote.session.UserRetiredException
 
UserRetiredException(String) - Constructor for class com.sas.drugdev.remote.session.UserRetiredException
 
UserRetiredException(Throwable) - Constructor for class com.sas.drugdev.remote.session.UserRetiredException
 
UserRetiredException(String, Throwable) - Constructor for class com.sas.drugdev.remote.session.UserRetiredException
 
UserService - interface com.sas.drugdev.remote.admin.UserService.
The UserService provides a way to create and manage users in SDD.
UsernamePasswordCredentials - class com.sas.drugdev.remote.session.UsernamePasswordCredentials.
Credentials object that specifies a username and password.
UsernamePasswordCredentials() - Constructor for class com.sas.drugdev.remote.session.UsernamePasswordCredentials
 
UsernamePasswordCredentials(String, char[]) - Constructor for class com.sas.drugdev.remote.session.UsernamePasswordCredentials
 
undoCheckout(File) - Method in interface com.sas.drugdev.remote.repository.RepositoryService
Undo the check out of the file described by the given File.
update(GroupBean) - Method in interface com.sas.drugdev.remote.admin.GroupService
Updates the group on the server with the parameters of the provided GroupBean.
update(UserBean) - Method in interface com.sas.drugdev.remote.admin.UserService
Apply the changes that have been made on the given User on the server side.
updateContainerAccessControlList(AccessControlList, AclRecurseBehavior) - Method in interface com.sas.drugdev.remote.repository.RepositoryService
Apply the changes that have been made on the given AccessControlList on the server side.
updateFileAccessControlList(AccessControlList) - Method in interface com.sas.drugdev.remote.repository.RepositoryService
Apply the changes that have been made on the given AccessControlList on the server side.
updateNode(NodeBean) - Method in interface com.sas.drugdev.remote.repository.RepositoryService
Apply the changes that have been made on the given Node on the server side.
useAllFiles() - Method in class com.sas.drugdev.remote.sas.ProcessFolderParameter
Checks whether to use all files in the folder, or only those specified in the getFiles
userExists(String) - Method in interface com.sas.drugdev.remote.admin.AdminService
Deprecated. Use UserService.exists(String) instead. Check whether a user with the given userid exists. This method will return true if the user exists and is either active or inactive. It will return false if the user doesn't exist or if the user exists, but is retired.

A C D E F G H I M N O P R S T U V W