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.security.picketbox |
PicketBox implementation of the security integration SPI
|
org.jboss.jca.core.spi.security |
This package contains the security SPI 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.
|
Modifier and Type | Method and Description |
---|---|
javax.security.auth.callback.CallbackHandler |
PicketBoxSecurityIntegration.createCallbackHandler(Callback callback)
Create a callback handler
|
Constructor and Description |
---|
PicketBoxCallbackHandler(Callback mappings)
Constructor
|
Modifier and Type | Method and Description |
---|---|
javax.security.auth.callback.CallbackHandler |
SecurityIntegration.createCallbackHandler(Callback callback)
Create a callback handler
|
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 © 2014 IronJacamar (http://www.ironjacamar.org)