@ApplicationScoped public class EnvironmentProvider extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.errai.security.shared.api.Role |
ADMIN_ROLE |
| Constructor and Description |
|---|
EnvironmentProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.errai.security.shared.service.AuthenticationService |
getAuthenticationService() |
org.uberfire.security.authz.AuthorizationManager |
getAuthManager() |
org.kie.workbench.common.services.refactoring.service.RefactoringQueryService |
getRefactoringQueryService() |
org.uberfire.rpc.SessionInfo |
getSessionInfo() |
org.uberfire.io.IOService |
ioService() |
@Produces @Named(value="ioStrategy") public org.uberfire.io.IOService ioService()
@Produces public org.uberfire.rpc.SessionInfo getSessionInfo()
@Produces public org.uberfire.security.authz.AuthorizationManager getAuthManager()
@Produces public org.kie.workbench.common.services.refactoring.service.RefactoringQueryService getRefactoringQueryService()
@Produces public org.jboss.errai.security.shared.service.AuthenticationService getAuthenticationService()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.