This class provides method for translating
PolicySourceModel structure into normalized
Policy expression.
The resulting Policy is disconnected from its model, thus any additional changes in model will have no effect on the Policy
expression.
author: Marek Potociar
The method translates
PolicySourceModel structure into normalized
Policy expression. The resulting Policy
is disconnected from its model, thus any additional changes in model will have no effect on the Policy expression.
Parameters: model - the model to be translated into normalized policy expression. Must not be null . translated policy expression in it's normalized form. throws: PolicyException - in case of translation failure