Uses of Interface
com.sas.hls.common.Identifiable

Packages that use Identifiable
com.sas.hls.common Contains common exceptions and definitions that work across the HLS platform. 
com.sas.hls.drug.analysis Service and class definitions for manipulating and creating SAS Drug Development analyses. 
com.sas.hls.drug.project Service and class definitions for manipulating and creating SAS Drug Development projects. 
com.sas.hls.organization Service and class definitions for manipulating and creating organizations. 
com.sas.hls.security.group Service and class definitions for manipulating and creating groups. 
com.sas.hls.security.membership Service and class definitions for manipulating the membership of a context. 
com.sas.hls.security.principal Class definitions for manipulating and identifying principals in the system. 
com.sas.hls.security.privilege Class definitions for identifying and using privileges in the system. 
com.sas.hls.security.role Service and class definitions for manipulating and creating roles, their availability in contexts, and their membership lists. 
com.sas.hls.security.user Service and class definitions for manipulating and creating Users. 
 

Uses of Identifiable in com.sas.hls.common
 

Classes in com.sas.hls.common that implement Identifiable
 class ObjectIdentity
          ObjectIdentity uniquely identifies an object anywhere in the system.
 

Uses of Identifiable in com.sas.hls.drug.analysis
 

Classes in com.sas.hls.drug.analysis that implement Identifiable
 class Analysis
          A client representation of an Analysis in SAS Drug Development.
 class AnalysisDescriptor
          A light-weight client representation of an Analysis defined in SAS Drug Development.
 

Uses of Identifiable in com.sas.hls.drug.project
 

Classes in com.sas.hls.drug.project that implement Identifiable
 class Project
          A data object that represents a SAS Drug Development project and contains all properties of a project defined within an organization in the system.
 class ProjectDescriptor
          A light-weight representation of a SAS Drug Development project.
 

Uses of Identifiable in com.sas.hls.organization
 

Classes in com.sas.hls.organization that implement Identifiable
 class Organization
          This class is a data object that contains all attributes of an organization in the system.
 class OrganizationDescriptor
          A light-weight representation of a SAS Drug Development organization.
 

Uses of Identifiable in com.sas.hls.security.group
 

Classes in com.sas.hls.security.group that implement Identifiable
 class Group
          Group is a collection of principals (users or other groups) and may be identified by a name and context.
 class GroupDescriptor
          A light-weight client representation of a group.
 

Uses of Identifiable in com.sas.hls.security.membership
 

Subinterfaces of Identifiable in com.sas.hls.security.membership
 interface MembershipContext
          An interface implemented by objects that can have members (users and groups) assigned to it.
 

Uses of Identifiable in com.sas.hls.security.principal
 

Subinterfaces of Identifiable in com.sas.hls.security.principal
 interface Principal
          A principal is either a user or a group that is defined in the system.
 

Uses of Identifiable in com.sas.hls.security.privilege
 

Subinterfaces of Identifiable in com.sas.hls.security.privilege
 interface PrivilegeContext
          An interface identifying a context which can have privileges defined for it.
 

Uses of Identifiable in com.sas.hls.security.role
 

Subinterfaces of Identifiable in com.sas.hls.security.role
 interface RoleContext
          An interface indicating a context that supports the definition of roles.
 

Classes in com.sas.hls.security.role that implement Identifiable
 class Role
          Role is a logical grouping of privileges.
 class RoleDescriptor
          A light-weight representation of a Role defined in the system.See Role
 

Constructors in com.sas.hls.security.role with parameters of type Identifiable
Role(Identifiable roleContext, String name, String identifier, String description, Set<Privilege> privileges)
          Constructor
 

Uses of Identifiable in com.sas.hls.security.user
 

Classes in com.sas.hls.security.user that implement Identifiable
 class User
          A client representation of a user defined in the system.
 class UserDescriptor
          Light weight representation of a user defined in the system.
 



Copyright (c) 2012, SAS Institute Inc., Cary, NC, USA