Uses of Package
com.sas.drugdev.remote.admin

Packages that use com.sas.drugdev.remote.admin
com.sas.drugdev.remote Contains all the necessary classes and interfaces for creating sessions and connecting to the server. 
com.sas.drugdev.remote.admin Provides classes and interfaces for accessing user and group information. 
 

Classes in com.sas.drugdev.remote.admin used by com.sas.drugdev.remote
AdminService
          The AdminService provides a list of available users and groups.
GroupService
          GroupService provides an interface which may be used to remotely to access server methods to manage groups.
UserService
          The UserService provides a way to create and manage users in SDD.
 

Classes in com.sas.drugdev.remote.admin used by com.sas.drugdev.remote.admin
Group
          Group provides an interface which accesses the properties of a group
GroupBean
          Simple bean to represent a group.
InsufficientPrivilegesException
          This exception is to be thrown whenever the user attempts to perform an action on the server that they do not have the policy to do.
InvalidEmailException
          The InvalidEmailException is thrown when an invalid email address is set on a UserBean
InvalidGroupBeanException
          The InvalidGroupBeanException can be thrown when certain properties are left off of the UserBean that are needed to perform an operation.
InvalidGroupException
          This exception is thrown whenever the user attempts to interact with a group on the server that is not valid
InvalidPasswordException
          The InvalidPasswordException is thrown when a user tries to change his/her password, but the new password doesn't conform to the password rules.
InvalidUserException
          The exception is thrown whenever the user attempts to interact with a user on the server that is not valid
Policy
          Class representing an SDD policy.
RemoteGroup
          Interface to represent a group on the server.
RemoteUser
          Interface representing a user that lives on the server.
User
          Interface representing a user in the SDD instance.
UserBean
          Simple bean to represent a user.