Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.security
Class SecurityCache

java.lang.Object
  extended by org.nuxeo.ecm.core.security.SecurityCache

public class SecurityCache
extends java.lang.Object

Unfinished class. Don't use.

Author:
Bogdan Stefanescu

Constructor Summary
SecurityCache()
           
 
Method Summary
 CacheEntry get(Document doc, java.lang.String username, java.lang.String permission)
           
 void put(CacheEntry entry)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityCache

public SecurityCache()
Method Detail

put

public void put(CacheEntry entry)

get

public CacheEntry get(Document doc,
                      java.lang.String username,
                      java.lang.String permission)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.