Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
PicketBoxSecurityContext
SecurityContext implementation using PicketBox
|
Modifier and Type | Method and Description |
---|---|
SecurityContext |
PicketBoxSecurityIntegration.createSecurityContext(java.lang.String sd)
Create a security context
|
SecurityContext |
PicketBoxSecurityIntegration.getSecurityContext()
Get the security context
|
Modifier and Type | Method and Description |
---|---|
void |
PicketBoxSecurityIntegration.setSecurityContext(SecurityContext context)
Set the security context
|
Modifier and Type | Method and Description |
---|---|
SecurityContext |
SecurityIntegration.createSecurityContext(java.lang.String sd)
Create a security context
|
SecurityContext |
SecurityIntegration.getSecurityContext()
Get the security context
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityIntegration.setSecurityContext(SecurityContext context)
Set the security context
|
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)