jBPM Form Modeler - ShowCase 6.2.0.CR3

org.jbpm.formModeler.server.impl
Class ApplicationScopedProvider

java.lang.Object
  extended by org.jbpm.formModeler.server.impl.ApplicationScopedProvider

@Startup(value=BOOTSTRAP)
@ApplicationScoped
public class ApplicationScopedProvider
extends Object

This class should contain all ApplicationScoped producers required by the application.


Constructor Summary
ApplicationScopedProvider()
           
 
Method Summary
 org.uberfire.security.authz.AuthorizationManager getAuthManager()
           
 org.jboss.errai.security.shared.api.identity.User getIdentity()
           
 org.uberfire.io.IOService ioService()
           
 void setup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationScopedProvider

public ApplicationScopedProvider()
Method Detail

setup

@PostConstruct
public void setup()

getIdentity

@Produces
@RequestScoped
public org.jboss.errai.security.shared.api.identity.User getIdentity()

getAuthManager

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

ioService

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

jBPM Form Modeler - ShowCase 6.2.0.CR3

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