w3.org/
2004/08/wsdl/in-out">
Here, for the http:endpoint element you define the HTTP basic authentication by
setting authMethod="basic".
We can also plug-in authorization in the configuration. For this, we first define a
secured broker (sm:broker) which can match the basic HTTP authenticated user
against an Access Control List (ACL). To plug-in the ACL, we first set the system
properties with key "java.security.auth.login.config" and value pointing to
basiclogin.properties. basiclogin.properties is shown in the following code:
Chapter 17
[ 387 ]
servicemix-domain
{
org.apache.servicemix.jbi.security.login.PropertiesLoginModule
required
debug=true
org.apache.servicemix.security.properties.user="basicusers.
properties"
org.apache.servicemix.security.
Pages:
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505