[
https://issues.jboss.org/browse/JBWS-3852?page=com.atlassian.jira.plugin....
]
Jim Ma updated JBWS-3852:
-------------------------
Description:
Add security domain for test use with "catch-type=default":
<security-domain name="BlueaditServicesWS-SecurityDomain"
cache-type="default">
This will enable picketBox caches authetnciated info. All the authenticated principal,
subject and credentail will be cached in JBossCachedAuthenticationManager. After add this,
ejb securityContextInterceptor can get authenticated credential from cache put by servlet
authentication and directly compare the passed in crendential to validate without call the
callbackhandler and do the real authentication work again.
was:
Add security domain for test use with "catch-type=default":
<security-domain name="BlueaditServicesWS-SecurityDomain"
cache-type="default">
Change RemoteDeployer to add security domain default with cache-type
---------------------------------------------------------------------
Key: JBWS-3852
URL:
https://issues.jboss.org/browse/JBWS-3852
Project: JBoss Web Services
Issue Type: Task
Components: jbossws-integration
Affects Versions: jbossws-cxf-4.3.1
Reporter: Jim Ma
Fix For: jbossws-cxf-5.0
Add security domain for test use with "catch-type=default":
<security-domain name="BlueaditServicesWS-SecurityDomain"
cache-type="default">
This will enable picketBox caches authetnciated info. All the authenticated principal,
subject and credentail will be cached in JBossCachedAuthenticationManager. After add this,
ejb securityContextInterceptor can get authenticated credential from cache put by servlet
authentication and directly compare the passed in crendential to validate without call the
callbackhandler and do the real authentication work again.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)