Hi Sameera,

     AuthenticationHandler is used to provide authentication in admin
services.  We can use following parameter to skip the authentication in a
service.

           * <parameter name="DoAuthentication"
locked="true">false</parameter>*


 Although this works fine with the service level it doesn't work with the
operation level. So we can skip the authentication in operation level with
this fix

        *<operation name="myOperation">*
*            <parameter name="DoAuthentication"
locked="true">false</parameter>*
*        </operation>*

Thanks
Isura



On Mon, Sep 1, 2014 at 3:31 PM, Sameera Jayasoma <same...@wso2.com> wrote:

> Can you explain rationale behind this change?
>
> Thanks,
> Sameera.
>
>
> On Mon, Aug 25, 2014 at 6:54 PM, Isura Karunaratne <is...@wso2.com> wrote:
>
>>
>> Hi All,
>>
>> Please commit following
>>
>> *https://wso2.org/jira/browse/CARBON-14928
>> <https://wso2.org/jira/browse/CARBON-14928>*
>>
>> Thanks
>> Isura
>>
>>
>> --
>> Isura Dilhara Karunaratne
>> Software Engineer
>>
>> Mob +94 772 254 810
>>
>>
>> _______________________________________________
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Sameera Jayasoma,
> Software Architect,
>
> WSO2, Inc. (http://wso2.com)
> email: same...@wso2.com
> blog: http://sameera.adahas.org
> twitter: https://twitter.com/sameerajayasoma
> flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
> Mobile: 0094776364456
>
> Lean . Enterprise . Middleware
>
>


-- 
Isura Dilhara Karunaratne
Software Engineer

Mob +94 772 254 810
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to