javax.jcr.security.AccessControlPolicy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aem-sdk-api Show documentation
Show all versions of aem-sdk-api Show documentation
The Adobe Experience Manager SDK
The newest version!
/*
* Copyright 2008 Day Management AG, Switzerland. All rights reserved.
*/
package javax.jcr.security;
/**
* The AccessControlPolicy
is a marker interface for all kind of
* access control policies. This API defines two subinterfaces: - {@link
* NamedAccessControlPolicy},
- {@link AccessControlList}.
*
* @since JCR 2.0
*/
public interface AccessControlPolicy {
}