@ApplicationScoped public class ApplicationScopedProducer extends Object
| Constructor and Description |
|---|
ApplicationScopedProducer() |
ApplicationScopedProducer(IOWatchServiceNonDotImpl watchService,
org.jboss.errai.security.shared.service.AuthenticationService authenticationService,
org.uberfire.commons.cluster.ClusterServiceFactory clusterServiceFactory,
ExecutorService executorService) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.errai.security.shared.api.identity.User |
getIdentity() |
org.uberfire.io.IOService |
ioService() |
void |
setup() |
public ApplicationScopedProducer()
@Inject public ApplicationScopedProducer(IOWatchServiceNonDotImpl watchService, org.jboss.errai.security.shared.service.AuthenticationService authenticationService, @Named(value="clusterServiceFactory") org.uberfire.commons.cluster.ClusterServiceFactory clusterServiceFactory, @Unmanaged ExecutorService executorService)
@PostConstruct public void setup()
@Produces @Named(value="ioStrategy") public org.uberfire.io.IOService ioService()
@Produces @RequestScoped public org.jboss.errai.security.shared.api.identity.User getIdentity()
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.