Interface IACLConfigProvider
public interface IACLConfigProvider
Provider of ACL configurations (in the form of parsed DOMs).
- Version:
- $Revision$ $Date$
- Author:
- Stepan Roh, Polarion Software
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceConfiguration listener. -
Method Summary
Modifier and TypeMethodDescriptionvoidRegister given listener on given context.voidUnregister given listener from given context.
-
Method Details
-
addACLConfigListener
Register given listener on given context.Listener will be immediately (synchronously) called for given context.
- Parameters:
l- listener (notnull)contextId- context id (notnull)
-
removeACLConfigListener
Unregister given listener from given context.Does nothing if listener is not known.
- Parameters:
l- listener (notnull)contextId- context id (notnull)
-