@RequestScoped public class BackupIdentityProviderProducer extends Object
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 and Description |
|---|
BackupIdentityProviderProducer() |
| Modifier and Type | Method and Description |
|---|---|
org.jbpm.services.cdi.RequestScopedBackupIdentityProvider |
createBackupIdentityProvider(String commandUser,
List<String> roles) |
org.jbpm.services.cdi.RequestScopedBackupIdentityProvider |
getJmsRequestScopeIdentityProvider() |
public org.jbpm.services.cdi.RequestScopedBackupIdentityProvider createBackupIdentityProvider(String commandUser, List<String> roles)
@Produces @RequestScoped public org.jbpm.services.cdi.RequestScopedBackupIdentityProvider getJmsRequestScopeIdentityProvider()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.