atg.repository
Interface SecuredRepository
- All Superinterfaces: 
- Repository, RepositoryViewContainer
- All Known Subinterfaces: 
- SecuredMutableRepository
- All Known Implementing Classes: 
- GenericSecuredMutableContentRepository, GenericSecuredMutableRepository, GenericSecuredRepository
- public interface SecuredRepository 
- extends Repository
An extension of the Repository interface that adds security features.
 
 
| Methods inherited from interface atg.repository.Repository | 
| getDefaultViewName, getItem, getItem, getItemDescriptor, getItemDescriptor, getItemDescriptorNames, getItems, getItems, getRepositoryName, getView, getView, getViewNames | 
 
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- See Also:
- Constant Field Values
getSecurityPolicy
SecurityPolicy getSecurityPolicy()
- Returns the security policy used for the repository.
 
- 
 
- 
 
getSecurityConfiguration
SecurityConfiguration getSecurityConfiguration()
- Returns the security configuration information for the repository.
 
- 
 
-