Package org.nuxeo.ecm.webengine.security
Interface GuardFactory
-
public interface GuardFactoryShould be used to contribute custom guards via extension points- Author:
- Bogdan Stefanescu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GuardnewGuard(String value)Create a new guard and initialize it using the given string.
-