Package com.sas.drugdev.remote.admin

Provides classes and interfaces for accessing user and group information.

See:
          Description

Interface Summary
AdminService The AdminService provides a list of available users and groups.
Group Group provides an interface which accesses the properties of a group
GroupService GroupService provides an interface which may be used to remotely to access server methods to manage groups.
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.
UserService The UserService provides a way to create and manage users in SDD.
 

Class Summary
GroupBean Simple bean to represent a group.
Policy Class representing an SDD policy.
UserBean Simple bean to represent a user.
 

Exception Summary
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
 

Package com.sas.drugdev.remote.admin Description

Provides classes and interfaces for accessing user and group information.