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 interface
Configuration listener. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Register given listener on given context.void
Unregister 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
)
-