Interface PolicyContextHandler


public interface PolicyContextHandler
This interface defines the methods that must be implemented by handlers that are to be registered and activated by the PolicyContext class.

The PolicyContext class provides methods for containers to register and activate container-specific PolicyContext handlers. Policy providers use the PolicyContext class to activate handlers to obtain (from the container) additional policy relevant context to apply in their access decisions. All handlers registered and activated via the PolicyContext class must implement the PolicyContextHandler interface.

Author:
Ron Monzillo, Gary Ellison
See Also: