Skip to content

Commit

Permalink
BZ-1060747: using new qualifier for AuthzManager in order to avoid CD…
Browse files Browse the repository at this point in the history
…I issues
  • Loading branch information
porcelli committed Feb 13, 2014
1 parent 0e7078d commit 0ddaab0
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -67,6 +67,7 @@
import org.uberfire.rpc.SessionInfo;
import org.uberfire.security.Identity;
import org.uberfire.security.authz.AuthorizationManager;
import org.uberfire.security.server.cdi.AppResourcesAuthz;

import static java.util.Collections.*;

Expand Down Expand Up @@ -97,6 +98,7 @@ public class ExplorerServiceImpl
private OrganizationalUnitService organizationalUnitService;

@Inject
@AppResourcesAuthz
private AuthorizationManager authorizationManager;

@Inject
Expand Down

0 comments on commit 0ddaab0

Please sign in to comment.