Class | Description |
---|---|
GenericSecuredMutableContentItem |
A class which can be used to wrap a GSAContentItem because it implements all
appropriate interfaces (FolderItem, ContentRepositoryItem, MutableRepositoryItem)
|
GenericSecuredMutableContentRepository |
A subclass of GenericSecureMutableRepository which implements the
ContentRepository API.
|
GenericSecuredMutableFolderItem |
A class which can be used to wrap a GSAFolder because it implements all
appropriate interfaces (FolderItem, ContentRepositoryFolder, MutableRepositoryItem)
|
GenericSecuredMutableRepository |
An implementation of SecureMutableRepository that wraps a normal
MutableRepository, using properties of its items to store access
control information as formatted strings.
|
GenericSecuredMutableRepositoryItem |
A class which wraps a repository item to add security features.
|
GenericSecuredRepository |
An implementation of SecureRepository that wraps a normal Repository,
using properties of its items to store access control information as
formatted strings.
|
GenericSecuredRepositoryItem |
A class which wraps a repository item to add security features.
|
SecuredRepositoryObject |
Base class used to build secured repository components.
|