jboss-developer / jboss-picketlink-quickstarts

The quickstarts demonstrate PicketLink and a few additional technologies. They provide small, specific, working examples that can be used as a reference for your own project.
96 stars 187 forks source link

Change in creating of the Level in the ContextCheck #28

Closed michal-trnka closed 9 years ago

michal-trnka commented 9 years ago

This was not good way to create level - there would be needed abstractLevelFactory, which is not public and therefore in application developer is responsible for creating right instance. LevelFactory injection might be ambiguous if developer created it's own.