To enable basic auth you just add auth-method to your jboss.xml file. To 
require ssl you set transport-guarantee to CONFIDENTIAL. Take a look at the 
jboss 4 dtd for more info. 

For example: 


  | <port-component>    
  |      <port-component-name>MySecureEJBServiceEndpoint</port-component-name>
  |      <port-uri>/MySecureEJBServiceEnpoint</port-uri>
  |      <auth-method>BASIC</auth-method>
  |      <transport-guarantee>CONFIDENTIAL</transport-guarantee>
  | </port-component>
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855278#3855278

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855278


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to