public final class SecurityContextFactory extends Object
Modifier and Type | Method and Description |
---|---|
static SecurityContext |
buildSecurityContext(javax.jms.Message message,
JMSConfiguration config)
Extract the property JMSXUserID or JMS_TIBCO_SENDER from the jms message and
create a SecurityContext from it.
|
public static SecurityContext buildSecurityContext(javax.jms.Message message, JMSConfiguration config) throws javax.jms.JMSException
https://issues.apache.org/jira/browse/CXF-2055
message
- jms message to retrieve user information fromjavax.jms.JMSException
- if something goes wrongApache CXF