Package org.uberfire.backend.server.impl
Class ApplicationScopedProducer
- java.lang.Object
-
- org.uberfire.backend.server.impl.ApplicationScopedProducer
-
@Startup(BOOTSTRAP) @ApplicationScoped public class ApplicationScopedProducer extends Object
-
-
Constructor Summary
Constructors Constructor Description ApplicationScopedProducer()ApplicationScopedProducer(org.uberfire.backend.server.IOWatchServiceAllImpl watchService, org.jboss.errai.security.shared.service.AuthenticationService authenticationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.errai.security.shared.api.identity.UsergetIdentity()org.uberfire.io.IOServiceioService()voidsetup()
-
-
-
Method Detail
-
setup
@PostConstruct public void setup()
-
ioService
@Produces @Named("ioStrategy") public org.uberfire.io.IOService ioService()
-
getIdentity
@Produces @RequestScoped public org.jboss.errai.security.shared.api.identity.User getIdentity()
-
-