Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webengine.security
Interface GuardFactory


public interface GuardFactory

Should be used to contribute custom guards via extension points

Author:
Bogdan Stefanescu

Method Summary
 Guard newGuard(java.lang.String value)
          Create a new guard and initialize it using the given string.
 

Method Detail

newGuard

Guard newGuard(java.lang.String value)
Create a new guard and initialize it using the given string.

Parameters:
value - some value to initialize the guard

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.