Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.management.guards
Class GuardedServiceProvider

java.lang.Object
  extended by org.nuxeo.runtime.api.AnnotatedServiceProvider
      extended by org.nuxeo.ecm.core.management.guards.GuardedServiceProvider
All Implemented Interfaces:
ServiceProvider

public class GuardedServiceProvider
extends AnnotatedServiceProvider

Return a proxy if the service is annotated by Administrated

Author:
"Stephane Lacoin at Nuxeo (aka matic)"

Field Summary
static GuardedServiceProvider INSTANCE
           
 
Constructor Summary
GuardedServiceProvider()
           
 
Method Summary
 void checkIsActive(Method method, String id)
           
static void install()
           
 
Methods inherited from class org.nuxeo.runtime.api.AnnotatedServiceProvider
getService, installSelf
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final GuardedServiceProvider INSTANCE
Constructor Detail

GuardedServiceProvider

public GuardedServiceProvider()
Method Detail

install

public static void install()

checkIsActive

public void checkIsActive(Method method,
                          String id)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.