Class NodeAccessControl<R>
- java.lang.Object
-
- org.silverpeas.core.sharing.security.AbstractShareableAccessControl<NodeTicket,R>
-
- org.silverpeas.core.sharing.model.NodeAccessControl<R>
-
- All Implemented Interfaces:
ShareableAccessControl<NodeTicket,R>
public class NodeAccessControl<R> extends AbstractShareableAccessControl<NodeTicket,R>
Access control to shared nodes and their content.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Collection<NodePK>
getNodeDescendants(NodePK pk)
protected Collection<Location>
getPublicationAliases(ResourceReference pk)
protected Collection<NodePK>
getPublicationFathers(ResourceReference pk)
protected boolean
isReadable(NodeTicket ticket, R accessedObject)
-
Methods inherited from class org.silverpeas.core.sharing.security.AbstractShareableAccessControl
isReadable
-
-
-
-
Method Detail
-
isReadable
protected boolean isReadable(NodeTicket ticket, R accessedObject)
- Specified by:
isReadable
in classAbstractShareableAccessControl<NodeTicket,R>
- Parameters:
ticket
- ticket passed here exists and is valid.- Returns:
-
getPublicationFathers
protected Collection<NodePK> getPublicationFathers(ResourceReference pk)
-
getPublicationAliases
protected Collection<Location> getPublicationAliases(ResourceReference pk)
-
getNodeDescendants
protected Collection<NodePK> getNodeDescendants(NodePK pk)
-
-