Copyright© 2008-2022 Sitevision AB, all rights reserved.
public interface NamedAccessControlPolicy extends AccessControlPolicy
NamedAccessControlPolicy is an opaque access control policy
that is described by a JCR name and optionally a description.
NamedAccessControlPolicy are immutable and can therefore be
directly applied to a node without additional configuration step.
Sitevision note: Unsupported operation
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the access control policy, which is JCR name and
should be unique among the choices applicable to any particular node.
|
String getName() throws RepositoryException
RepositoryException - if an error occurs.Sitevision - Portal and Content Management Made Easy
Sitevision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2022 Sitevision AB, all rights reserved.