org.apache.chemistry.opencmis.server.impl.atompub
Class AclService

java.lang.Object
  extended by org.apache.chemistry.opencmis.server.impl.atompub.AclService

public class AclService
extends Object

ACL Service operations.


Method Summary
static void applyAcl(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Apply ACL.
static void getAcl(CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Get ACL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAcl

public static void getAcl(CallContext context,
                          CmisService service,
                          String repositoryId,
                          javax.servlet.http.HttpServletRequest request,
                          javax.servlet.http.HttpServletResponse response)
                   throws Exception
Get ACL.

Throws:
Exception

applyAcl

public static void applyAcl(CallContext context,
                            CmisService service,
                            String repositoryId,
                            javax.servlet.http.HttpServletRequest request,
                            javax.servlet.http.HttpServletResponse response)
                     throws Exception
Apply ACL.

Throws:
Exception


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.