org.kie.workbench.drools.backend.server
Class ApplicationScopedProducer
java.lang.Object
org.kie.workbench.drools.backend.server.ApplicationScopedProducer
@Startup(value=BOOTSTRAP)
@ApplicationScoped
public class ApplicationScopedProducer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationScopedProducer
public ApplicationScopedProducer()
setup
@PostConstruct
public void setup()
ioService
@Produces
@Named(value="ioStrategy")
public org.uberfire.io.IOService ioService()
ioSearchService
@Produces
@Named(value="ioSearchStrategy")
public org.uberfire.io.IOSearchService ioSearchService()
getAuthManager
@Produces
public org.uberfire.security.authz.AuthorizationManager getAuthManager()
getIdentity
@Produces
@RequestScoped
public org.jboss.errai.security.shared.api.identity.User getIdentity()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.