KIE Remote Services :: Services 6.1.0.CR2

org.kie.remote.services.jms.request
Class BackupIdentityProviderProducer

java.lang.Object
  extended by org.kie.remote.services.jms.request.BackupIdentityProviderProducer

@RequestScoped
public class BackupIdentityProviderProducer
extends Object

See the ServicesAwareAuditEventBuilder bean for more context.

This bean provides a RequestScopedBackupIdentityProvider instance for JMS requests, which have a Request scope but for which the "normally" provided ("normally" as in with REST requests) IdentityProvider is not available. This due to vagaries of the code, as always.


Constructor Summary
BackupIdentityProviderProducer()
           
 
Method Summary
 org.jbpm.kie.services.api.RequestScopedBackupIdentityProvider createBackupIdentityProvider(String commandUser)
           
 org.jbpm.kie.services.api.RequestScopedBackupIdentityProvider getJmsRequestScopeIdentityProvider()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackupIdentityProviderProducer

public BackupIdentityProviderProducer()
Method Detail

createBackupIdentityProvider

public org.jbpm.kie.services.api.RequestScopedBackupIdentityProvider createBackupIdentityProvider(String commandUser)

getJmsRequestScopeIdentityProvider

@Produces
@RequestScoped
public org.jbpm.kie.services.api.RequestScopedBackupIdentityProvider getJmsRequestScopeIdentityProvider()

KIE Remote Services :: Services 6.1.0.CR2

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