KIE Config command line interface 6.2.0.Final

org.kie.config.cli
Class EnvironmentProvider

java.lang.Object
  extended by org.kie.config.cli.EnvironmentProvider

@ApplicationScoped
public class EnvironmentProvider
extends Object


Field Summary
static org.jboss.errai.security.shared.api.Role ADMIN_ROLE
           
 
Constructor Summary
EnvironmentProvider()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADMIN_ROLE

public static final org.jboss.errai.security.shared.api.Role ADMIN_ROLE
Constructor Detail

EnvironmentProvider

public EnvironmentProvider()
Method Detail

ioService

@Produces
@Named(value="ioStrategy")
public org.uberfire.io.IOService ioService()

getSessionInfo

@Produces
@Alternative
public org.uberfire.rpc.SessionInfo getSessionInfo()

getAuthManager

@Produces
public org.uberfire.security.authz.AuthorizationManager getAuthManager()

getRefactoringQueryService

@Produces
public org.kie.workbench.common.services.refactoring.service.RefactoringQueryService getRefactoringQueryService()

getAuthenticationService

@Produces
public org.jboss.errai.security.shared.service.AuthenticationService getAuthenticationService()

KIE Config command line interface 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.