Uses of Package
com.sas.drugdev.remote.repository.security

Packages that use com.sas.drugdev.remote.repository.security
com.sas.drugdev.remote.repository Provides classes and interfaces for retrieving and writing content and metadata. 
com.sas.drugdev.remote.repository.security Provides classes and interfaces managing permissions for nodes. 
 

Classes in com.sas.drugdev.remote.repository.security used by com.sas.drugdev.remote.repository
AccessControlList
          List of AccessControlEntry objects for a given path.
 

Classes in com.sas.drugdev.remote.repository.security used by com.sas.drugdev.remote.repository.security
AccessControlEntry
          Represents an entry in an AccessControlList.
EntryExistsException
          The EntryExistsException is thrown when a user attempts to create an AccessControlEntry in an AccessControlList when that entry already exists in the list.
Permission
          Class representing a permission in an AccessControlEntry.
UndeleteableEntryException
          The UndeleteableEntryException is thrown when a user attempts to delete an AccessControlEntry that is not deleteable.