com.silverpeas.sharing.model
Class SimpleFileAccessControl

java.lang.Object
  extended by com.silverpeas.sharing.security.AbstractShareableAccessControl<SimpleFileTicket,SimpleDocument>
      extended by com.silverpeas.sharing.model.SimpleFileAccessControl
All Implemented Interfaces:
ShareableAccessControl<SimpleFileTicket,SimpleDocument>

public class SimpleFileAccessControl
extends AbstractShareableAccessControl<SimpleFileTicket,SimpleDocument>

Access control to shared attachments


Method Summary
protected  boolean isReadable(SimpleFileTicket ticket, SimpleDocument document)
           
 
Methods inherited from class com.silverpeas.sharing.security.AbstractShareableAccessControl
isReadable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isReadable

protected boolean isReadable(SimpleFileTicket ticket,
                             SimpleDocument document)
                      throws Exception
Specified by:
isReadable in class AbstractShareableAccessControl<SimpleFileTicket,SimpleDocument>
Parameters:
ticket - ticket passed here exists and is valid.
Returns:
Throws:
Exception


Copyright © 2016 Silverpeas. All Rights Reserved.