KIE Config command line interface 6.2.0.CR2

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.uberfire.security.authz.AuthorizationManager getAuthManager()
           
 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()

KIE Config command line interface 6.2.0.CR2

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