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.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Method Summary
 SecurityConfiguration getSecurityConfiguration()
          Returns the security configuration information for the repository.
 SecurityPolicy getSecurityPolicy()
          Returns the security policy used for the repository.
 
Methods inherited from interface atg.repository.Repository
getDefaultViewName, getItem, getItem, getItemDescriptor, getItemDescriptor, getItemDescriptorNames, getItems, getItems, getRepositoryName, getView, getView, getViewNames
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Method Detail

getSecurityPolicy

SecurityPolicy getSecurityPolicy()
Returns the security policy used for the repository.


getSecurityConfiguration

SecurityConfiguration getSecurityConfiguration()
Returns the security configuration information for the repository.