@Startup(value=BOOTSTRAP) @ApplicationScoped public class ApplicationScopedProvider extends Object
| Constructor and Description |
|---|
ApplicationScopedProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.uberfire.security.authz.AuthorizationManager |
getAuthManager() |
org.jboss.errai.security.shared.api.identity.User |
getIdentity() |
org.uberfire.io.IOService |
ioService() |
void |
setup() |
@PostConstruct public void setup()
@Produces @RequestScoped public org.jboss.errai.security.shared.api.identity.User getIdentity()
@Produces public org.uberfire.security.authz.AuthorizationManager getAuthManager()
@Produces @Named(value="ioStrategy") public org.uberfire.io.IOService ioService()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.