Package | Description |
---|---|
org.jboss.jca.core.api.workmanager |
The API for the IronJacamar Core/WorkManager module.
|
org.jboss.jca.core.security |
This package contains the security integration for the IronJacamar container.
|
org.jboss.jca.core.workmanager |
This package contains the WorkManager implementation.
|
Modifier and Type | Method and Description |
---|---|
Callback |
WorkManager.getCallbackSecurity()
Get the callback security module
|
Modifier and Type | Method and Description |
---|---|
void |
WorkManager.setCallbackSecurity(Callback v)
Set callback security module
|
Modifier and Type | Class and Description |
---|---|
class |
CallbackImpl
An implementation of the callback SPI for explicit security settings
|
class |
DefaultCallback
A default implementation of the callback security SPI.
|
Constructor and Description |
---|
CallbackHandlerImpl(Callback mappings)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Callback |
WorkManagerImpl.getCallbackSecurity()
Get the callback security module
|
Modifier and Type | Method and Description |
---|---|
void |
WorkManagerImpl.setCallbackSecurity(Callback v)
Set callback security module
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)