[Dev] How to write a custom claim handler?

2014-06-28 Thread Nirmal Fernando
Hi All, $Subject? What things one need to consider. Use case: adding a custom attribute to the SAML response. -- Thanks regards, Nirmal Senior Software Engineer- Platform Technologies Team, WSO2 Inc. Mobile: +94715779733 Blog: http://nirmalfdo.blogspot.com/

Re: [Dev] How to write a custom claim handler?

2014-06-28 Thread Pushpalanka Jayawardhana
Hi Nirmal, Please find some points below. 1. The custom implementation should either implement 'org.wso2.carbon.identity.application.authentication.framework.handler.claims.ClaimHandler' or default implementation of the interface 'DefaultClaimHandler'. 2. Following entry should be changed in