| org.kuali.bus.security.jms.AuthenticationJmsProxyFactoryBean
AuthenticationJmsProxyFactoryBean | public class AuthenticationJmsProxyFactoryBean extends JmsProxyFactoryBean (Code) | | Extension to JmsProxyFactoryBean that takes Authentication information from
the CredentialsSource and passes it along with the JMS message via the object
property CONST_KUALI_JMS_AUTHENTICATION .
author: Kuali Rice Team (kuali-rice@googlegroups.com) version: $Revision: 1.2.16.1.6.1 $ $Date: 2007/10/17 20:32:06 $ since: 0.9 |
Method Summary | |
protected void | populateHeaders(Message requestMessage) Utilizing the CredentialsSource, will add the Authentication information
as the property "authentication". |
CONST_KUALI_JMS_AUTHENTICATION | final public static String CONST_KUALI_JMS_AUTHENTICATION(Code) | | Public constant defining the location of the Kuali authentication
information within the JMS message.
|
populateHeaders | protected void populateHeaders(Message requestMessage) throws JMSException(Code) | | Utilizing the CredentialsSource, will add the Authentication information
as the property "authentication".
|
|
|