All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.jcr.security.AccessControlPolicy Maven / Gradle / Ivy

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 { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy