org.kie.remote.services.jms.request
Class BackupIdentityProviderProducer
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BackupIdentityProviderProducer
public BackupIdentityProviderProducer()
createBackupIdentityProvider
public org.jbpm.kie.services.api.RequestScopedBackupIdentityProvider createBackupIdentityProvider(String commandUser)
getJmsRequestScopeIdentityProvider
@Produces
@RequestScoped
public org.jbpm.kie.services.api.RequestScopedBackupIdentityProvider getJmsRequestScopeIdentityProvider()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.