|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AclSecurable | |
---|---|
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.resource.repository | Provides the classes and interfaces needed to manipulate resources in the repository. |
com.sas.hls.security.acl | Service and class definitions for manipulating and creating acls. |
Uses of AclSecurable in com.sas.hls.drug.analysis |
---|
Classes in com.sas.hls.drug.analysis that implement AclSecurable | |
---|---|
class |
Analysis
A data object that represents a SAS Drug Development analysis and contains all properties of a analysis defined within a project in the system. |
class |
AnalysisDescriptor
A light-weight representation of a SAS Drug Development Analysis. |
Uses of AclSecurable in com.sas.hls.drug.project |
---|
Classes in com.sas.hls.drug.project that implement AclSecurable | |
---|---|
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 AclSecurable in com.sas.hls.organization |
---|
Classes in com.sas.hls.organization that implement AclSecurable | |
---|---|
class |
Organization
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 AclSecurable in com.sas.hls.resource.repository |
---|
Classes in com.sas.hls.resource.repository that implement AclSecurable | |
---|---|
class |
RepositoryContainer
Client representation of a generic container stored in the repository. |
class |
RepositoryFile
Client representation of a file stored in the repository. |
class |
RepositoryFolder
Client representation of a folder stored in the repository. |
class |
RepositoryResource
Abstract parent class for resources in the repository. |
Uses of AclSecurable in com.sas.hls.security.acl |
---|
Subinterfaces of AclSecurable in com.sas.hls.security.acl | |
---|---|
interface |
AclContainerSecurable
An interface indicating a container that supports the ability to set permissions. |
Methods in com.sas.hls.security.acl with parameters of type AclSecurable | |
---|---|
Acl |
AclService.getAcl(AclSecurable aclSecurable)
Gets the acl for the object. |
Acl |
AclService.updateAcl(AclSecurable aclSecurable,
Acl acl)
Updates the specified object with the acl |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |